Commit fb774ec5 by 段启岩

添加封号操作

parent b0a50a16
......@@ -9,7 +9,7 @@ import lombok.Getter;
@Getter
public enum UserStatus {
NORMAL(0),
DISABLED(1)
DISABLED(-1)
;
private Integer status;
......
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