From 77a145b91efa63fddd18ba243ddc95a631620f72 Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期一, 20 十月 2025 11:53:31 +0800
Subject: [PATCH] 会议代码提交

---
 src/main/java/com/product/administration/service/ide/IConferenceManagerService.java |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 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 27c7348..850a1e6 100644
--- a/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
+++ b/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
@@ -7,7 +7,7 @@
 import com.product.core.exception.BaseException;
 
 import java.io.IOException;
-import java.util.HashMap;
+import java.text.ParseException;
 import java.util.List;
 
 /**
@@ -35,16 +35,20 @@
     String saveConferenceApply(FieldSetEntity fse)throws BaseException;
 
     boolean delConferenceApply(FieldSetEntity fse)throws BaseException;
+    
+//    List getkbData(FieldSetEntity fse)throws  BaseException;
+    
+    DataTableEntity getKanBanData(FieldSetEntity fse)throws  BaseException;
 
-    List getKbData(FieldSetEntity fse)throws  BaseException;
-
-    List getMeetingDetails(FieldSetEntity fse)throws  BaseException;
-
-    HashMap saveOrUpdateMeetingInfo(FieldSetEntity fse)throws  BaseException;
+    DataTableEntity getMeetingRecords(FieldSetEntity fse)throws  BaseException;
 
     BitMatrix getQrCode(String content) throws BaseException, WriterException, IOException;
 
+    void  CancelAndStart(FieldSetEntity fse)throws  BaseException;
 
+    String ConferenceSign(FieldSetEntity fse) throws BaseException, ParseException;
 
+    DataTableEntity getMeetingSignOrVisit(FieldSetEntity fse) throws  BaseException;
 
+    void sendMsg(FieldSetEntity fse) throws  BaseException;
 }

--
Gitblit v1.9.2