许鹏程
2024-08-21 ab7ddb13ba6ea769748d1ee67255a53ad7913554
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.util.HashMap;
import java.util.List;
/**
@@ -34,7 +38,15 @@
    List getKbData(FieldSetEntity fse)throws  BaseException;
   List getMeetingDetails(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;
}