From 5b031de3c8e4cd51ed83cddfbf2ff985d70bea40 Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期五, 21 六月 2024 16:19:20 +0800 Subject: [PATCH] 1、调整流程启动模板和流程节点获取功能 2、调整文件上传和下载功能 --- Source/Service/VciServiceMain/.classpath | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Source/Service/VciServiceMain/.classpath b/Source/Service/VciServiceMain/.classpath index 0ba54a4..8e6822c 100644 --- a/Source/Service/VciServiceMain/.classpath +++ b/Source/Service/VciServiceMain/.classpath @@ -15,5 +15,7 @@ <classpathentry combineaccessrules="false" kind="src" path="/WFService"/> <classpathentry combineaccessrules="false" kind="src" path="/WFWorkItem"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Common"/> + <classpathentry combineaccessrules="false" kind="src" path="/CacheService"/> + <classpathentry combineaccessrules="false" kind="src" path="/LogService"/> <classpathentry kind="output" path="bin"/> </classpath> -- Gitblit v1.10.0