From 9f529d59e088ecf2a7db1e1b1e5a2be4d84c7682 Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期五, 17 十月 2025 18:20:45 +0800
Subject: [PATCH] 代码提交
---
src/main/java/com/product/administration/service/ide/IConferenceManagerService.java | 17 ++++++-----------
1 files changed, 6 insertions(+), 11 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 d2fe0ae..83e2111 100644
--- a/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
+++ b/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
@@ -8,7 +8,6 @@
import java.io.IOException;
import java.text.ParseException;
-import java.util.HashMap;
import java.util.List;
/**
@@ -36,12 +35,12 @@
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;
-
- HashMap saveOrUpdateMeetingInfo(FieldSetEntity fse)throws BaseException;
BitMatrix getQrCode(String content) throws BaseException, WriterException, IOException;
@@ -49,11 +48,7 @@
String ConferenceSign(FieldSetEntity fse) throws BaseException, ParseException;
- HashMap getSignOrVisitInfo(FieldSetEntity fse) throws BaseException;
+ DataTableEntity getMeetingSignOrVisit(FieldSetEntity fse) throws BaseException;
-
-
-
-
-
+ void sendMsg(FieldSetEntity fse) throws BaseException;
}
--
Gitblit v1.9.2