From 980f18fc2898ba07670dd1de4f8354f815d628fb Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期三, 01 十月 2025 10:43:09 +0800
Subject: [PATCH] Merge branch 'dev' of http://nonxin.cn:8090/r/product/product-server-administration/V2.0.0 into dev
---
src/main/java/com/product/administration/service/ide/IConferenceManagerService.java | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 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 5e81d26..d010b43 100644
--- a/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
+++ b/src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
@@ -1,7 +1,15 @@
package com.product.administration.service.ide;
+import com.google.zxing.WriterException;
+import com.google.zxing.common.BitMatrix;
+import com.product.core.entity.DataTableEntity;
import com.product.core.entity.FieldSetEntity;
import com.product.core.exception.BaseException;
+
+import java.io.IOException;
+import java.text.ParseException;
+import java.util.HashMap;
+import java.util.List;
/**
* 浼氳瀹ょ鐞�
@@ -28,5 +36,28 @@
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 getMeetingDetails(FieldSetEntity fse)throws BaseException;
+
+ HashMap saveOrUpdateMeetingInfo(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;
+
+ HashMap getSignOrVisitInfo(FieldSetEntity fse) throws BaseException;
+
+ void sendMsg(FieldSetEntity fse) throws BaseException;
+
+
+
+
+
}
--
Gitblit v1.9.2