18756
2024-08-20 3bcf74f2978195f9d537671906635502262a493b
src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
@@ -1,7 +1,11 @@
package com.product.administration.service.ide;
import com.product.core.entity.DataTableEntity;
import com.product.core.entity.FieldSetEntity;
import com.product.core.exception.BaseException;
import java.util.HashMap;
import java.util.List;
/**
 * 会议室管理
@@ -29,4 +33,11 @@
    boolean delConferenceApply(FieldSetEntity fse)throws BaseException;
    List getKbData(FieldSetEntity fse)throws  BaseException;
    List getMeetingDetails(FieldSetEntity fse)throws  BaseException;
    HashMap saveOrUpdateMeetingInfo(FieldSetEntity fse)throws  BaseException;
}