From f8b6d9babbc6c2f57da8548fdcbe251f76327c6e Mon Sep 17 00:00:00 2001 From: cheng <1821349743@qq.com> Date: 星期二, 24 十二月 2024 21:56:36 +0800 Subject: [PATCH] pom 版本升级到 2.1.0-release --- src/main/java/com/product/file/service/ide/IDocumentService.java | 13 +++++++++++-- 1 files changed, 11 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 0a3203c..87a2577 100644 --- a/src/main/java/com/product/file/service/ide/IDocumentService.java +++ b/src/main/java/com/product/file/service/ide/IDocumentService.java @@ -135,12 +135,21 @@ * @throws BaseException */ - DataTableEntity getApplayFileSort() throws BaseException; + DataTableEntity getApplyFileSort() throws BaseException; /** * 鑾峰彇鍊熼槄浜烘帓鍚� * @return * @throws BaseException */ - DataTableEntity getApplayUserSort() throws BaseException; + DataTableEntity getApplyUserSort() throws BaseException; + + /** + * 鑾峰彇鍊熼槄璇︽儏淇℃伅 + * @param fes + * @return + * @throws BaseException + */ + FieldSetEntity getApplyInfo(FieldSetEntity fes) throws BaseException; + } -- Gitblit v1.9.2