From f1579ea6e661af4ed4fb4d4a1dbbe4f5bc75c284 Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期一, 30 九月 2024 10:02:42 +0800
Subject: [PATCH] 文档合并添加 .wps的支持

---
 src/main/java/com/product/file/service/ide/IDocumentService.java |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 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..87a2577 100644
--- a/src/main/java/com/product/file/service/ide/IDocumentService.java
+++ b/src/main/java/com/product/file/service/ide/IDocumentService.java
@@ -115,4 +115,41 @@
    * @throws BaseException
    */
   DataTableEntity getDocumentLog(FieldSetEntity fieldSet)throws BaseException;
+
+  /**
+   * 鑾峰彇鍊熼槄鏂囨。鐨勫垪琛�
+   * @return
+   * @throws BaseException
+   */
+  DataTableEntity getApplyDocument(FieldSetEntity fse) throws BaseException;
+
+  /**
+   * 鏇存柊娣诲姞鍊熼槄鐢宠
+   * @throws BaseException
+   */
+  void  addOrUpdateApplyDocument(FieldSetEntity fse) throws  BaseException;
+
+  /**
+   * 鑾峰彇鍊熼槄鏂囨。鎺掑悕
+   * @return
+   * @throws BaseException
+   */
+
+  DataTableEntity getApplyFileSort() throws BaseException;
+
+  /**
+   * 鑾峰彇鍊熼槄浜烘帓鍚�
+   * @return
+   * @throws BaseException
+   */
+  DataTableEntity getApplyUserSort() throws BaseException;
+
+  /**
+   * 鑾峰彇鍊熼槄璇︽儏淇℃伅
+   * @param fes
+   * @return
+   * @throws BaseException
+   */
+  FieldSetEntity getApplyInfo(FieldSetEntity fes) throws  BaseException;
+
 }

--
Gitblit v1.9.2