公告板
版本库
filestore
活动
搜索
登录
admin
/
HangZhouMes
派生自
HangZhouMes
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
前端交互数据更新,注释更新
严智鑫
2024-04-22
efa1d4bc8ba02a6d3951c1c2850f9cb5aa6964e1
[~admin/HangZhouMes.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";//其他问题
}