From 23e187554324e1bdff896d7d18634711a7372755 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 12 十二月 2024 17:56:58 +0800 Subject: [PATCH] 项目库上传后端逻辑 --- business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java b/business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java index 3464ca2..6aa2acb 100644 --- a/business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java +++ b/business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java @@ -5,6 +5,8 @@ import com.ycl.common.base.Result; import com.ycl.domain.form.ProjectPlanExamineRecordForm; import com.ycl.domain.query.ProjectPlanExamineRecordQuery; +import com.ycl.domain.vo.ProgressReportResponseVO; + import java.util.List; /** @@ -78,9 +80,20 @@ Result planLog(Integer projectPlanRecordId); /** - * 涓婄骇鍥炲 + * 鍥炲瀹℃壒 * @param form * @return */ - Result replyDepartmentApproval(ProjectPlanExamineRecordForm form); + Result replyExamine(ProjectPlanExamineRecordForm form); + + /** + * 淇濆瓨瀹℃壒 + * @param form + * @return + */ + Result saveExamine(ProjectPlanExamineRecordForm form); + + Result todoList(Long userId,ProjectPlanExamineRecordQuery query); + + Result reply(ProgressReportResponseVO form); } -- Gitblit v1.8.0