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