18756
2024-08-23 db376dbba9af1ce92d4f8e697a2fe90d7c79d566
src/main/java/com/product/file/service/ide/IDocumentService.java
@@ -122,7 +122,7 @@
   * @return
   * @throws BaseException
   */
  DataTableEntity getApplyDocument() throws BaseException;
  DataTableEntity getApplyDocument(FieldSetEntity fse) throws BaseException;
  /**
   * 更新添加借阅申请
@@ -144,4 +144,13 @@
   * @throws BaseException
   */
  DataTableEntity getApplayUserSort() throws BaseException;
  /**
   * 获取借阅详情信息
   * @param fes
   * @return
   * @throws BaseException
   */
  FieldSetEntity getApplayInfo(FieldSetEntity fes) throws  BaseException;
}