From f7fdd04ab30bb9a88d8399895776fa4c15673e86 Mon Sep 17 00:00:00 2001 From: 18756 <1875631620@qq.com> Date: 星期五, 23 八月 2024 15:43:09 +0800 Subject: [PATCH] 文档借阅功能8.23 --- src/main/java/com/product/file/service/ide/IDocumentService.java | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/product/file/service/ide/IDocumentService.java b/src/main/java/com/product/file/service/ide/IDocumentService.java index fb94c34..58709f1 100644 --- a/src/main/java/com/product/file/service/ide/IDocumentService.java +++ b/src/main/java/com/product/file/service/ide/IDocumentService.java @@ -4,6 +4,7 @@ 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 @@ -115,4 +116,32 @@ * @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; } -- Gitblit v1.9.2