Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhaoyue
8 years ago
Commit
f15f064863124e1f34e1877182811bb0a42c144e
1 parent
775f90d9
Add admin info inter
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
src/main/java/com/xkl/model/AdminLoginModel.java
src/main/java/com/xkl/model/AdminLoginModel.java
View file @
f15f064
...
...
@@ -57,4 +57,20 @@ public class AdminLoginModel {
public
void
setComName
(
String
comName
)
{
this
.
comName
=
comName
;
}
public
String
getUserId
()
{
return
userId
;
}
public
void
setUserId
(
String
userId
)
{
this
.
userId
=
userId
;
}
public
String
getToken
()
{
return
token
;
}
public
void
setToken
(
String
token
)
{
this
.
token
=
token
;
}
}
...
...
Please
register
or
login
to post a comment