Commit 1f1d5fd7 authored by shiyu's avatar shiyu

账号冻结

parent ec8f782c
......@@ -7,7 +7,7 @@ public class UserEnum {
*/
public enum StatusEnum {
COMMON(0, "正常"),
DISABLED(1, "禁用"),
DISABLED(1, "冻结"),
;
private int code;
......
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