许鹏程
2024-09-14 0b57c36ace11b95ce296820a927615a8561d20ae
src/main/java/com/product/file/service/ide/IDocumentService.java
@@ -4,7 +4,6 @@
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
@@ -136,14 +135,14 @@
   * @throws BaseException
   */
  DataTableEntity getApplayFileSort() throws BaseException;
  DataTableEntity getApplyFileSort() throws BaseException;
  /**
   * 获取借阅人排名
   * @return
   * @throws BaseException
   */
  DataTableEntity getApplayUserSort() throws BaseException;
  DataTableEntity getApplyUserSort() throws BaseException;
  /**
   * 获取借阅详情信息
@@ -151,6 +150,6 @@
   * @return
   * @throws BaseException
   */
  FieldSetEntity getApplayInfo(FieldSetEntity fes) throws  BaseException;
  FieldSetEntity getApplyInfo(FieldSetEntity fes) throws  BaseException;
}