From 01410747fc92a6f7bccdf9497fcde43368dc9752 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 30 十一月 2024 08:05:27 +0800
Subject: [PATCH] 项目跟进回显部门

---
 business/src/main/java/com/ycl/service/ProjectInfoService.java |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/business/src/main/java/com/ycl/service/ProjectInfoService.java b/business/src/main/java/com/ycl/service/ProjectInfoService.java
index bd22f9e..cea7951 100644
--- a/business/src/main/java/com/ycl/service/ProjectInfoService.java
+++ b/business/src/main/java/com/ycl/service/ProjectInfoService.java
@@ -3,11 +3,14 @@
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.ycl.common.base.Result;
 import com.ycl.domain.entity.ProjectInfo;
+import com.ycl.domain.form.DocumentInfoForm;
 import com.ycl.domain.form.ProjectInfoForm;
+import com.ycl.domain.query.ProjectExportQuery;
 import com.ycl.domain.query.ProjectInfoQuery;
 import com.ycl.domain.vo.IndexCountVO;
 import com.ycl.domain.vo.IndexDTO;
 
+import javax.servlet.http.HttpServletResponse;
 import java.util.List;
 import java.util.Map;
 
@@ -45,7 +48,7 @@
      * @param id
      * @return
      */
-    Result removeById(String id);
+    Result removeById(Long id);
 
     /**
      * 鍒嗛〉鏌ヨ
@@ -70,4 +73,12 @@
     IndexCountVO getIndexCount(IndexDTO indexDTO);
 
     Map<String,Integer> countExceptionProject(IndexDTO indexDTO);
+
+    Result docDetail(Integer id);
+
+    Result addDoc(DocumentInfoForm form);
+
+    Result getManagerFlag(Integer recordId);
+
+    void export(HttpServletResponse response, ProjectExportQuery query);
 }

--
Gitblit v1.8.0