微调
This commit is contained in:
@@ -109,7 +109,7 @@ public class BpmModelController extends BaseController {
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON, operateType = OperateType.ADD)
|
||||
@PostMapping("/add")
|
||||
@ApiOperation("新建模型")
|
||||
@ApiImplicitParam(name = "createRetVO", value = "模型数据", required = true)
|
||||
@ApiImplicitParam(name = "bpmModelParam", value = "模型数据", required = true)
|
||||
public HttpResult<String> createModel(@Validated @RequestBody BpmModelParam bpmModelParam) {
|
||||
String methodDescribe = getMethodDescribe("createModel");
|
||||
String modelId = modelService.createModel(bpmModelParam, null);
|
||||
|
||||
Reference in New Issue
Block a user