杜洪波
2024-08-23 3f175663a851caa93a705ec0de39359726ff720f
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
@@ -144,4 +143,13 @@
   * @throws BaseException
   */
  DataTableEntity getApplayUserSort() throws BaseException;
  /**
   * 获取借阅详情信息
   * @param fes
   * @return
   * @throws BaseException
   */
  FieldSetEntity getApplayInfo(FieldSetEntity fes) throws  BaseException;
}