整车绑定
This commit is contained in:
parent
5eb1d5e49d
commit
2dbb74c2e4
@ -24,6 +24,11 @@ public class EbikeBikeInfoController {
|
||||
@Resource
|
||||
private EbikeBikeInfoService ebikeBikeInfoService;
|
||||
|
||||
/**
|
||||
* 整车绑定
|
||||
* @param bindVo 绑定信息
|
||||
* @return 绑定结果
|
||||
*/
|
||||
@PostMapping("bind")
|
||||
public JsonResult<?> bind(@Validated @RequestBody EbikeBikeBindVo bindVo) {
|
||||
ebikeBikeInfoService.bind(bindVo);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user