Browse Source

新增RestScaffoldConstant

huangbo 5 years ago
parent
commit
d915f4cedf

+ 15 - 0
ipu-rest-scaffold/src/main/java/com/ai/ipu/server/util/RestScaffoldConstant.java

1
package com.ai.ipu.server.util;
2
3
/**
4
 * @author huangbo@asiainfo.com
5
 * @team IPU
6
 * @date 2019年11月20日下午3:14:00
7
 * @desc 常量类。工程名(驼峰)+Constant
8
 */
9
public class RestScaffoldConstant {
10
11
    /*异常编码*/
12
    public static final String SERVER_001 = "SERVER_001";
13
    public static final String SERVER_002 = "SERVER_002";
14
    public static final String SERVER_003 = "SERVER_003";
15
}