This commit is contained in:
2020-09-13 09:35:07 +08:00
parent 8c5c97c549
commit 56485ff0dd
9 changed files with 452 additions and 33 deletions

View File

@@ -21,6 +21,10 @@ public class DBUser {
public boolean isManager = false;
public boolean isAddFlag = false;
public boolean isMute = false;
public boolean isVMute = false;
public boolean isLayout = false;
public DBUser(String name, String phone, String status) {
this.name = name;
this.phone = phone;