提交 544ba083 编写于 作者: pig_冷冷's avatar pig_冷冷
上级 97ca0ed4
......@@ -83,6 +83,20 @@ public class GenFormConfController {
return R.ok(genRecordService.getForm(dsName, tableName));
}
/**
* 新增生成记录
*
* @param formConf 生成记录
* @return R
*/
@ApiOperation(value = "新增生成记录", notes = "新增生成记录")
@SysLog("新增生成记录")
@PostMapping
@PreAuthorize("@pms.hasPermission('gen_form_add')")
public R save(@RequestBody GenFormConf formConf) {
return R.ok(genRecordService.save(formConf));
}
/**
* 通过id删除生成记录
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册