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 | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java b/business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java index cc1b984..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; /** @@ -76,4 +78,22 @@ * @return */ Result planLog(Integer projectPlanRecordId); + + /** + * 鍥炲瀹℃壒 + * @param form + * @return + */ + 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