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