枚举类修改
This commit is contained in:
parent
13b01c53cf
commit
175101f924
|
|
@ -15,8 +15,6 @@ public enum AuditStatusEnum {
|
||||||
|
|
||||||
private Integer state;
|
private Integer state;
|
||||||
|
|
||||||
JsonFormat
|
|
||||||
|
|
||||||
AuditStatusEnum(Integer state) {
|
AuditStatusEnum(Integer state) {
|
||||||
this.state = state;
|
this.state = state;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user