杜洪波
2025-10-20 77a145b91efa63fddd18ba243ddc95a631620f72
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;
    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;
@@ -49,13 +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;
    void sendMsg(FieldSetEntity fse) throws  BaseException;
}