Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MybatisTraning
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
training
MybatisTraning
Commits
56b172ad
Commit
56b172ad
authored
Jan 02, 2020
by
Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
18d1ae95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
User.java
张志墙_Mybatis2/src/main/java/com/ces/mybatis/model/User.java
+36
-0
No files found.
张志墙_Mybatis2/src/main/java/com/ces/mybatis/model/User.java
0 → 100644
View file @
56b172ad
package
com
.
ces
.
mybatis
.
model
;
package
com
.
ces
.
mybatis
.
model
;
public
class
User
{
private
String
userId
;
private
String
userName
;
private
String
password
;
private
Context
context
;
public
String
getUserId
()
{
return
userId
;
}
public
void
setUserId
(
String
userId
)
{
this
.
userId
=
userId
;
}
public
String
getUserName
()
{
return
userName
;
}
public
void
setUserName
(
String
userName
)
{
this
.
userName
=
userName
;
}
public
String
getPassword
()
{
return
password
;
}
public
void
setPassword
(
String
password
)
{
this
.
password
=
password
;
}
public
Context
getContext
()
{
return
context
;
}
public
void
setContext
(
Context
context
)
{
this
.
context
=
context
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment