mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
4.2.5
This commit is contained in:
@@ -13,11 +13,9 @@ import java.util.Locale;
|
|||||||
@Getter
|
@Getter
|
||||||
public class ErrorMeta {
|
public class ErrorMeta {
|
||||||
|
|
||||||
private static final Locale ZH_CN = Locale.SIMPLIFIED_CHINESE;
|
private final String modulePrefix;
|
||||||
|
private final String code;
|
||||||
private String modulePrefix;
|
private final String subCode;
|
||||||
private String code;
|
|
||||||
private String subCode;
|
|
||||||
|
|
||||||
public ErrorMeta(String modulePrefix, String code, String subCode) {
|
public ErrorMeta(String modulePrefix, String code, String subCode) {
|
||||||
this.modulePrefix = modulePrefix;
|
this.modulePrefix = modulePrefix;
|
||||||
|
Reference in New Issue
Block a user