This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
feat:添加异常提示常量
private_deployment
xmzhao71
1 year ago
parent
f5dac01eea
commit
98dd426aea
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
suimangService/src/main/java/com/iformall/common/ErrorCode.java
+ 1
- 0
suimangService/src/main/java/com/iformall/common/ErrorCode.java
View File
@@ -677,6 +677,7 @@ public enum ErrorCode{
*/
*/
ORDER_CREAT_OVERRUN(64000, "重复生成次数超限"),
ORDER_CREAT_OVERRUN(64000, "重复生成次数超限"),
CODE_ALREADY_EXISTS(71000, "该code已存在"),
;
;
private int code;
private int code;
Write
Preview
Loading…
Cancel
Save