From ae6fd06555845067b72a0b094126c858275a5bd9 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 29 十一月 2024 06:54:04 +0800
Subject: [PATCH] 项目分类查询、异常项目

---
 business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java |   31 +++++++++++++++++++++++++++++--
 1 files changed, 29 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 85ff607..112824f 100644
--- a/business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java
+++ b/business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java
@@ -1,11 +1,10 @@
 package com.ycl.service;
 
+import com.ycl.domain.entity.ProjectPlanExamineRecord;
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.ycl.common.base.Result;
-import com.ycl.domain.entity.ProjectPlanExamineRecord;
 import com.ycl.domain.form.ProjectPlanExamineRecordForm;
 import com.ycl.domain.query.ProjectPlanExamineRecordQuery;
-
 import java.util.List;
 
 /**
@@ -63,4 +62,32 @@
      * @return
      */
     Result all();
+
+    /**
+     * 涓婄骇鎵瑰
+     * @param projectPlanRecordId
+     * @return
+     */
+    Result departmentApproval(Integer projectPlanRecordId);
+
+    /**
+     *  璁″垝鏃ュ織
+     * @param projectPlanRecordId
+     * @return
+     */
+    Result planLog(Integer projectPlanRecordId);
+
+    /**
+     *  鍥炲瀹℃壒
+     * @param form
+     * @return
+     */
+    Result replyExamine(ProjectPlanExamineRecordForm form);
+
+    /**
+     * 淇濆瓨瀹℃壒
+     * @param form
+     * @return
+     */
+    Result saveExamine(ProjectPlanExamineRecordForm form);
 }

--
Gitblit v1.8.0