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
|
||||
public class ErrorMeta {
|
||||
|
||||
private static final Locale ZH_CN = Locale.SIMPLIFIED_CHINESE;
|
||||
|
||||
private String modulePrefix;
|
||||
private String code;
|
||||
private String subCode;
|
||||
private final String modulePrefix;
|
||||
private final String code;
|
||||
private final String subCode;
|
||||
|
||||
public ErrorMeta(String modulePrefix, String code, String subCode) {
|
||||
this.modulePrefix = modulePrefix;
|
||||
|
Reference in New Issue
Block a user