添加常量。

dev
ZhouXY108 2023-04-04 18:53:38 +08:00
parent 8460b9da29
commit f1d16808c6
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ package xyz.zhouxy.plusone.constant;
public class ErrorCodeConsts {
public static final int DEFAULT_ERROR_CODE = 9999999;
public static final int DEFAULT_SYS_ERROR_CODE = 5000000;
public static final int DEFAULT_BIZ_ERROR_CODE = 4000000;
private ErrorCodeConsts() {
throw new IllegalStateException("Utility class");