From 4341d1b6ce63488d95b70dd77a8633a801e6f838 Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期二, 30 九月 2025 18:07:03 +0800
Subject: [PATCH] 会议管理代码提交

---
 src/main/java/com/product/administration/service/ide/IConferenceManagerService.java |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java b/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
index 0f785c7..d010b43 100644
--- a/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
+++ b/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
@@ -7,6 +7,7 @@
 import com.product.core.exception.BaseException;
 
 import java.io.IOException;
+import java.text.ParseException;
 import java.util.HashMap;
 import java.util.List;
 
@@ -35,8 +36,10 @@
     String saveConferenceApply(FieldSetEntity fse)throws BaseException;
 
     boolean delConferenceApply(FieldSetEntity fse)throws BaseException;
-
-    List getKbData(FieldSetEntity fse)throws  BaseException;
+    
+    List getkbData(FieldSetEntity fse)throws  BaseException;
+    
+    DataTableEntity getKanBanData(FieldSetEntity fse)throws  BaseException;
 
     List getMeetingDetails(FieldSetEntity fse)throws  BaseException;
 
@@ -46,6 +49,14 @@
 
     void  CancelAndStart(FieldSetEntity fse)throws  BaseException;
 
+    String ConferenceSign(FieldSetEntity fse) throws BaseException, ParseException;
+
+    HashMap  getSignOrVisitInfo(FieldSetEntity fse) throws  BaseException;
+
+     void sendMsg(FieldSetEntity fse) throws  BaseException;
+
+
+
 
 
 

--
Gitblit v1.9.2