18756
2024-08-23 f7fdd04ab30bb9a88d8399895776fa4c15673e86
src/main/java/com/product/file/service/ide/IDocumentService.java
@@ -4,6 +4,7 @@
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
@@ -115,4 +116,32 @@
   * @throws BaseException
   */
  DataTableEntity getDocumentLog(FieldSetEntity fieldSet)throws BaseException;
  /**
   * 获取借阅文档的列表
   * @return
   * @throws BaseException
   */
  DataTableEntity getApplyDocument() throws BaseException;
  /**
   * 更新添加借阅申请
   * @throws BaseException
   */
  void  addOrUpdateApplyDocument(FieldSetEntity fse) throws  BaseException;
  /**
   * 获取借阅文档排名
   * @return
   * @throws BaseException
   */
  DataTableEntity getApplayFileSort() throws BaseException;
  /**
   * 获取借阅人排名
   * @return
   * @throws BaseException
   */
  DataTableEntity getApplayUserSort() throws BaseException;
}