杜洪波
2025-10-20 77a145b91efa63fddd18ba243ddc95a631620f72
src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
@@ -1,9 +1,13 @@
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.List;
/**
@@ -31,10 +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;
    DataTableEntity getMeetingRecords(FieldSetEntity fse)throws  BaseException;
   List getMeetingDetails(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;
}