智慧梁场修改
This commit is contained in:
parent
9498ec272b
commit
2f7bd7d1ba
@ -99,7 +99,7 @@ public class SmartBeamFieldBeamToProcessController {
|
|||||||
*/
|
*/
|
||||||
@ApiOperation(value = "编辑智慧梁场-梁和工序中间表信息", notes = "编辑智慧梁场-梁和工序中间表信息", httpMethod = "POST")
|
@ApiOperation(value = "编辑智慧梁场-梁和工序中间表信息", notes = "编辑智慧梁场-梁和工序中间表信息", httpMethod = "POST")
|
||||||
@PostMapping(value = "/edit")
|
@PostMapping(value = "/edit")
|
||||||
public Result<SmartBeamFieldBeamToProcess> edit(@RequestBody @Validate SmartBeamFieldBeamToProcess smartBeamFieldBeamToProcess) {
|
public Result<SmartBeamFieldBeamToProcess> edit(@RequestBody SmartBeamFieldBeamToProcess smartBeamFieldBeamToProcess) {
|
||||||
smartBeamFieldBeamToProcessService.edit(smartBeamFieldBeamToProcess);
|
smartBeamFieldBeamToProcessService.edit(smartBeamFieldBeamToProcess);
|
||||||
return Result.ok();
|
return Result.ok();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -99,7 +99,7 @@ public class ${entityName}Controller {
|
|||||||
*/
|
*/
|
||||||
@ApiOperation(value = "编辑${tableVo.ftlDescription}信息", notes = "编辑${tableVo.ftlDescription}信息" , httpMethod="POST")
|
@ApiOperation(value = "编辑${tableVo.ftlDescription}信息", notes = "编辑${tableVo.ftlDescription}信息" , httpMethod="POST")
|
||||||
@PostMapping(value = "/edit")
|
@PostMapping(value = "/edit")
|
||||||
public Result<${entityName}> edit(@RequestBody @Validate ${entityName} ${entityName?uncap_first}) {
|
public Result<${entityName}> edit(@RequestBody ${entityName} ${entityName?uncap_first}) {
|
||||||
${entityName?uncap_first}Service.edit(${entityName?uncap_first});
|
${entityName?uncap_first}Service.edit(${entityName?uncap_first});
|
||||||
return Result.ok();
|
return Result.ok();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user