update 优化 HttpStatus 写法
parent
6c9979cede
commit
b7f817fc57
|
|
@ -89,5 +89,5 @@ public interface HttpStatus {
|
||||||
/**
|
/**
|
||||||
* 系统警告消息
|
* 系统警告消息
|
||||||
*/
|
*/
|
||||||
public static final int WARN = 601;
|
int WARN = 601;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue