mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-30 18:06:19 +08:00
add system operator agent
This commit is contained in:
@@ -32,10 +32,15 @@ public class Operator {
|
||||
private String name;
|
||||
@Column(name = "access", nullable = false, insertable = false, updatable = false)
|
||||
private Integer access;
|
||||
@Column(name = "wechat", nullable = false, insertable = false, updatable = false)
|
||||
@Column(name = "wechat", insertable = false, updatable = false)
|
||||
private String wechat;
|
||||
private Integer block;
|
||||
private Integer week;
|
||||
private String password;
|
||||
|
||||
|
||||
//System Accounts
|
||||
public static Operator USER_SELF;
|
||||
public static Operator ADMIN;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user