Commit 79831e53 authored by 王业雄's avatar 王业雄

枚举重命名

parent e2f97e08
...@@ -10,7 +10,7 @@ import lombok.Getter; ...@@ -10,7 +10,7 @@ import lombok.Getter;
@Getter @Getter
public enum OrganizationType { public enum OrganizationType {
DIVERSION("DIVERSION","导流"), DIVERSION("DIVERSION","导流"),
LOAN("LOAN","助贷"); ASSISTANCE("ASSISTANCE","助贷");
private String value; private String value;
......
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