mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 07:25:07 +08:00
[feat] 新增项目跟踪模块
This commit is contained in:
@ -40,8 +40,6 @@ public class ContractController {
|
||||
@Resource
|
||||
private ContractService contractService;
|
||||
|
||||
|
||||
|
||||
@PostMapping("/create")
|
||||
@Operation(summary = "创建合同")
|
||||
@PreAuthorize("@ss.hasPermission('cms:contract:create')")
|
||||
|
@ -151,7 +151,4 @@ public class ContractRespVO {
|
||||
@ExcelProperty("最后编辑人")
|
||||
private String finalEditor;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user