懒羊羊
2023-08-30 71e81ed1d12e4d69f53c8ad9e066650ad4186293
提交 | 用户 | 时间
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 }