[feat] 新增项目跟踪模块

This commit is contained in:
wyw
2024-08-12 16:20:06 +08:00
parent 50a30ff83e
commit 39c410f56e
17 changed files with 2290 additions and 10 deletions

View File

@ -40,8 +40,6 @@ public class ContractController {
@Resource
private ContractService contractService;
@PostMapping("/create")
@Operation(summary = "创建合同")
@PreAuthorize("@ss.hasPermission('cms:contract:create')")

View File

@ -151,7 +151,4 @@ public class ContractRespVO {
@ExcelProperty("最后编辑人")
private String finalEditor;
}