From db376dbba9af1ce92d4f8e697a2fe90d7c79d566 Mon Sep 17 00:00:00 2001 From: 18756 <1875631620@qq.com> Date: 星期五, 23 八月 2024 16:15:04 +0800 Subject: [PATCH] 文档借阅功能8.23 --- src/main/java/com/product/file/service/ide/IDocumentService.java | 9 +++++++++ 1 files changed, 9 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 2d2e3a8..ac3ca02 100644 --- a/src/main/java/com/product/file/service/ide/IDocumentService.java +++ b/src/main/java/com/product/file/service/ide/IDocumentService.java @@ -144,4 +144,13 @@ * @throws BaseException */ DataTableEntity getApplayUserSort() throws BaseException; + + /** + * 鑾峰彇鍊熼槄璇︽儏淇℃伅 + * @param fes + * @return + * @throws BaseException + */ + FieldSetEntity getApplayInfo(FieldSetEntity fes) throws BaseException; + } -- Gitblit v1.9.2