feat:取消资格
This commit is contained in:
@@ -10,7 +10,9 @@ public enum AuditStatusEnum {
|
||||
|
||||
TODO(0, "待处理"),
|
||||
PASS(1, "通过"),
|
||||
REJECT(2, "拒绝");
|
||||
REJECT(2, "拒绝"),
|
||||
cancel(3, "取消资格"),;
|
||||
|
||||
|
||||
private Integer code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user