首页>代码>Spring+Spring MVC+Mybatis+Maven+MySql+bootstrap框架搭建与分页查询实例>/ssm_project-master/ssm_project/src/main/java/com/lin/domain/User.java
package com.lin.domain; /** * User映射类 * * @author linbingwen * @time 2015.5.15 */ public class User { private Integer userId; private String userName; private String userPassword; private String userEmail; public Integer getUserId() { return userId; } public void setUserId(Integer userId) { this.userId = userId; } public String getUserName() { return userName; } public void setUserName(String userName) { this.userName = userName; } public String getUserPassword() { return userPassword; } public void setUserPassword(String userPassword) { this.userPassword = userPassword; } public String getUserEmail() { return userEmail; } public void setUserEmail(String userEmail) { this.userEmail = userEmail; } @Override public String toString() { return "User [userId=" + userId + ", userName=" + userName + ", userPassword=" + userPassword + ", userEmail=" + userEmail + "]"; } }
最近下载更多
最近浏览更多
wanderingsoul LV2
6月15日
xin xie LV1
6月13日
加油干阳神 LV9
5月21日
沈从文 LV3
2023年12月31日
微信网友_6802139027345408 LV2
2023年12月31日
taoshen95 LV15
2023年12月25日
yolo_light LV1
2023年12月21日
wanglinddad LV55
2023年12月19日
WBelong LV8
2023年12月11日
uni-code_0123 LV1
2023年11月29日