From b48c1c7c0fa1cd9f6a1234b4b616dee6be6a12fa Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期日, 15 六月 2025 17:54:19 +0800 Subject: [PATCH] 调整 --- lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java b/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java index 0068598..7246401 100644 --- a/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java +++ b/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java @@ -23,6 +23,13 @@ Result<?> saveDispatchFile(DispatchFile dispatchFile); /** + * 鏂囦欢鏌ヨ瀹$娴佺▼ + * @param attributionId,attributionType,docId + * @return + */ + Result<?> queryDispatchDocFile(String attributionId, String attributionType, String docId); + + /** * 閲嶆柊鍚姩 * @param dispatchFileFlowTaskVo */ -- Gitblit v1.9.3