添加deleted字段

This commit is contained in:
禾几海
2020-07-18 12:30:53 +08:00
parent 5504abe3e0
commit f7c1726d51
5 changed files with 8 additions and 0 deletions

View File

@@ -37,4 +37,6 @@ public class UserModel {
private String role = "user";
private String token;
private int status;
}