parent
bd172bbc28
commit
8bb2a7c5a7
@ -0,0 +1,35 @@
|
|||||||
|
package com.WR.StudentMS.model;
|
||||||
|
|
||||||
|
public class TAdminlzh {
|
||||||
|
private int userId;
|
||||||
|
|
||||||
|
private String userName;
|
||||||
|
|
||||||
|
private String userPw;
|
||||||
|
|
||||||
|
|
||||||
|
public int getUserId() {
|
||||||
|
return userId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUserId(int userId) {
|
||||||
|
this.userId = userId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getUserName() {
|
||||||
|
return userName;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUserName(String userName) {
|
||||||
|
this.userName = userName;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getUserPw() {
|
||||||
|
return userPw;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUserPw(String userPw) {
|
||||||
|
this.userPw = userPw;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue