Showing
1 changed file
with
16 additions
and
0 deletions
@@ -57,4 +57,20 @@ public class AdminLoginModel { | @@ -57,4 +57,20 @@ public class AdminLoginModel { | ||
57 | public void setComName(String comName) { | 57 | public void setComName(String comName) { |
58 | this.comName = comName; | 58 | this.comName = comName; |
59 | } | 59 | } |
60 | + | ||
61 | + public String getUserId() { | ||
62 | + return userId; | ||
63 | + } | ||
64 | + | ||
65 | + public void setUserId(String userId) { | ||
66 | + this.userId = userId; | ||
67 | + } | ||
68 | + | ||
69 | + public String getToken() { | ||
70 | + return token; | ||
71 | + } | ||
72 | + | ||
73 | + public void setToken(String token) { | ||
74 | + this.token = token; | ||
75 | + } | ||
60 | } | 76 | } |
-
Please register or login to post a comment