枚举类修改

This commit is contained in:
mythxb 2023-07-28 16:35:26 +08:00
parent 13b01c53cf
commit 175101f924

View File

@ -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;
} }