首页>代码>spring mvc+spring+mybatis用户后台登录注册maven项目,仅供入门学习>/comicproject/src/main/java/com/jit/comic/model/User.java
/**
*
*/
package com.jit.comic.model;
import org.springframework.stereotype.Component;
/**
* @author suewong
* 上午9:38:31
* @param
*since 1.0
*/
@Component
public class User {
private int userid;
private String username;
private String password;
private String content;
private String sex;
private String birthday;
private int age;
private String registerday;
/**
* @return the userid
*/
public int getUserid() {
return userid;
}
/**
* @param userid the userid to set
*/
public void setUserid(int userid) {
this.userid = userid;
}
/**
* @return the username
*/
public String getUsername() {
return username;
}
/**
* @param username the username to set
*/
public void setUsername(String username) {
this.username = username;
}
/**
* @return the password
*/
public String getPassword() {
return password;
}
/**
* @param password the password to set
*/
public void setPassword(String password) {
this.password = password;
}
/**
* @return the content
*/
public String getContent() {
return content;
}
/**
* @param content the content to set
*/
public void setContent(String content) {
this.content = content;
}
/**
* @return the sex
*/
public String getSex() {
return sex;
}
/**
* @param sex the sex to set
*/
public void setSex(String sex) {
this.sex = sex;
}
/**
* @return the birthday
*/
public String getBirthday() {
return birthday;
}
/**
* @param birthday the birthday to set
*/
public void setBirthday(String birthday) {
this.birthday = birthday;
}
/**
* @return the age
*/
public int getAge() {
return age;
}
/**
* @param age the age to set
*/
public void setAge(int age) {
this.age = age;
}
/**
* @return the registerday
*/
public String getRegisterday() {
return registerday;
}
/**
* @param registerday the registerday to set
*/
public void setRegisterday(String registerday) {
this.registerday = registerday;
}
}
最近下载更多
微信网友_6802079662936064 LV3
2024年1月2日
微信网友_6536105093189632 LV1
2023年6月26日
gecongkai LV8
2023年6月22日
女王不该在山炮村养花 LV8
2023年4月13日
李亮 LV19
2023年3月5日
ITabcace LV1
2022年12月16日
唐文慧 LV1
2022年11月23日
多次抛弃前妻 LV4
2022年6月6日
dingguanchen LV6
2022年2月17日
13112360 LV2
2021年12月16日
最近浏览更多
zhoubowen LV3
2024年12月29日
xiaoaitx LV8
2024年11月19日
M0netxxx
2024年11月19日
暂无贡献等级
Wzzzccc
2024年10月21日
暂无贡献等级
lun123456
2024年6月22日
暂无贡献等级
qiwwwww LV2
2024年6月20日
szqqqaaqqa LV1
2024年6月20日
adminww1234 LV1
2024年6月17日
哇哇敲代码 LV1
2024年3月20日
微信网友_6802079662936064 LV3
2023年12月31日

