ZQN
2024-06-25 193c22bae0b78d331a13d57aa046ebe44ee0c832
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package com.project.common.constant;
 
/**
 * 功能描述:审批流程常量类
 *
 * @author ZQN
 * @version 1.0
 */
public class ApprovalConstants
{
 
    /**
     * 流程名称重复
     */
    public static final String EXIST_FLOW_NAME = "流程名称已存在,请重试!";
 
    /**
     * 流程名称重复
     */
    public static final String LOSS_FLOW_NODE = "流程节点缺失,请重试!";
 
 
}