From 9a6140574003ec25e95e0248785843c3598168c4 Mon Sep 17 00:00:00 2001 From: 杜洪波 <1074825718@qq.com> Date: 星期五, 23 八月 2024 16:17:42 +0800 Subject: [PATCH] Merge branch 'master' of http://nonxin.cn:8090/r/product/product-server-file/V2.0.0 --- src/main/java/com/product/file/service/ide/IDocumentService.java | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 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 58709f1..2e06cfb 100644 --- a/src/main/java/com/product/file/service/ide/IDocumentService.java +++ b/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 @@ -122,7 +121,7 @@ * @return * @throws BaseException */ - DataTableEntity getApplyDocument() throws BaseException; + DataTableEntity getApplyDocument(FieldSetEntity fse) throws BaseException; /** * 鏇存柊娣诲姞鍊熼槄鐢宠 @@ -144,4 +143,13 @@ * @throws BaseException */ DataTableEntity getApplayUserSort() throws BaseException; + + /** + * 鑾峰彇鍊熼槄璇︽儏淇℃伅 + * @param fes + * @return + * @throws BaseException + */ + FieldSetEntity getApplayInfo(FieldSetEntity fes) throws BaseException; + } -- Gitblit v1.9.2