杜洪波
2025-10-16 1614f88b7feb3be9451a6698875715365f09ae83
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;
@@ -44,7 +47,11 @@
    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;
}