杜洪波
2024-08-23 eca3b2b155c13a16cfeda2b10ce4f55eb1876975
src/main/java/com/product/file/service/ide/IDocumentService.java
@@ -4,7 +4,6 @@
import com.product.core.entity.DataTableEntity;
import com.product.core.entity.FieldSetEntity;
import com.product.core.exception.BaseException;
import org.jsoup.Connection;
/**
 * Copyright LX-BASE
@@ -122,7 +121,7 @@
   * @return
   * @throws BaseException
   */
  DataTableEntity getApplyDocument() throws BaseException;
  DataTableEntity getApplyDocument(FieldSetEntity fse) throws BaseException;
  /**
   * 更新添加借阅申请
@@ -136,12 +135,21 @@
   * @throws BaseException
   */
  DataTableEntity getApplayFileSort() throws BaseException;
  DataTableEntity getApplyFileSort() throws BaseException;
  /**
   * 获取借阅人排名
   * @return
   * @throws BaseException
   */
  DataTableEntity getApplayUserSort() throws BaseException;
  DataTableEntity getApplyUserSort() throws BaseException;
  /**
   * 获取借阅详情信息
   * @param fes
   * @return
   * @throws BaseException
   */
  FieldSetEntity getApplyInfo(FieldSetEntity fes) throws  BaseException;
}