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