提交 | 用户 | 时间 | ||
71e81e | 1 | package cn.stylefeng.guns.workflow.core.consts; |
懒 | 2 | |
3 | /** | |
4 | * 工作流常量 | |
5 | * | |
6 | * @author fengshuonan | |
7 | * @Date 2019/8/6 21:27 | |
8 | */ | |
9 | public class ActConst { | |
10 | ||
11 | /** | |
12 | * 工作流生成XML和PNG目录 | |
13 | */ | |
14 | public static final String FILEACTIVITI = "uploadFiles/activitiFile/"; | |
15 | ||
16 | } |