| | |
| | | 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 |
| | |
| | | * @throws BaseException |
| | | */ |
| | | DataTableEntity getDocumentLog(FieldSetEntity fieldSet)throws BaseException; |
| | | |
| | | /** |
| | | * 获取借阅文档的列表 |
| | | * @return |
| | | * @throws BaseException |
| | | */ |
| | | DataTableEntity getApplyDocument() throws BaseException; |
| | | |
| | | /** |
| | | * 更新添加借阅申请 |
| | | * @throws BaseException |
| | | */ |
| | | void addOrUpdateApplyDocument(FieldSetEntity fse) throws BaseException; |
| | | |
| | | /** |
| | | * 获取借阅文档排名 |
| | | * @return |
| | | * @throws BaseException |
| | | */ |
| | | |
| | | DataTableEntity getApplayFileSort() throws BaseException; |
| | | |
| | | /** |
| | | * 获取借阅人排名 |
| | | * @return |
| | | * @throws BaseException |
| | | */ |
| | | DataTableEntity getApplayUserSort() throws BaseException; |
| | | } |