公告板
版本库
filestore
活动
搜索
登录
main
/
YiWuProject
义乌项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes
wuyouming666
2024-04-18
e8d3676793d4194485afec7940aaf355af594901
[YiWuProject.git]
/
UnLoadGlassModule
/
src
/
main
/
java
/
com
/
mes
/
common
/
Constants.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.mes.common;
/**
* 定义一些常量进行使用
*/
public interface Constants {
String Code_500="500";//系统错误
String Code_401="401";//权限不足
String Code_400="400";//
String Code_200="200";//成功
String Code_600="600";//其他问题
}