|
@@ -103,7 +103,7 @@ public class DeviceCreateIdsServiceImpl extends ServiceImpl<DeviceCreateIdsMappe
|
|
return R.ok(value);
|
|
return R.ok(value);
|
|
}
|
|
}
|
|
|
|
|
|
- @PostMapping("save")
|
|
|
|
|
|
+ @PostMapping("saveCustom")
|
|
@ApiOperation("添加自定义机器号")
|
|
@ApiOperation("添加自定义机器号")
|
|
@Lock("device-create-ids-save")
|
|
@Lock("device-create-ids-save")
|
|
public R saveCustom(@RequestBody @Validated DeviceCreateIdsDto.SaveCustom saveCustom) {
|
|
public R saveCustom(@RequestBody @Validated DeviceCreateIdsDto.SaveCustom saveCustom) {
|