Commit b093df5e authored by 李驰骋's avatar 李驰骋

接口备注名称调整

parent c38e6887
...@@ -96,7 +96,7 @@ public class MdWorkunitController extends BaseController { ...@@ -96,7 +96,7 @@ public class MdWorkunitController extends BaseController {
/** /**
* 新增工作单元 * 新增工作单元
*/ */
@ApiOperation(value = "修改工作单元") @ApiOperation(value = "新增工作单元")
@PreAuthorize("@ss.hasPermi('md:workunit:add')") @PreAuthorize("@ss.hasPermi('md:workunit:add')")
@Log(title = "工作单元", businessType = BusinessType.INSERT) @Log(title = "工作单元", businessType = BusinessType.INSERT)
@PostMapping @PostMapping
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment