许鹏程
2024-11-15 ce569a7d03a6bbb9aa77100ceee62b66b307724f
src/main/java/com/product/file/service/ide/IDocumentService.java
@@ -135,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;
}