许鹏程
2024-08-22 56ea74f3d449c9821b3b02bad61178c03b1d7e9a
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;
/**
 * 会议室管理
@@ -29,4 +37,23 @@
    boolean delConferenceApply(FieldSetEntity fse)throws BaseException;
    List getKbData(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;
}