[feat]合并wyw-7.26外包合同管理模块2

This commit is contained in:
Qiancheng Zhao
2024-07-31 10:05:42 +08:00
44 changed files with 999 additions and 606 deletions

View File

@@ -14,4 +14,10 @@ public interface ProjectApi {
*/
ProjectDetailRespDTO getProjectDetailById(Long projectId);
/**
* 判断项目是否存在
* @param projectId
*/
void validProjectExist(Long projectId);
}