Commit ee0d783f by 程裕兵

feat:finance error enums

parent 2f18a56e
......@@ -31,13 +31,10 @@ public enum FinanceErrorEnums implements BaseBizError {
;
@Getter
private final String module = "PAY_CENTER";
@Getter
private final String code = name();
@Getter
private final String defaultMessage;
FinanceErrorEnums(String defaultMessage) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment