package org.mypro.entity;
import java.util.Date;
public class User {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.ID
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private Integer id;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.USERNAME
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private String username;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.PASSWORD
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private String password;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.SEX
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private String sex;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.AGE
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private Integer age;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.EMAIL
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private String email;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.ISENABLE
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private String isenable;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.TYPE_
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private String type;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.CREATETIME
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private Date createtime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.EXT1
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private String ext1;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.EXT2
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private String ext2;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_.EXT3
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
private String ext3;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column user_.ID
*
* @return the value of user_.ID
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column user_.ID
*
* @param id the value for user_.ID
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column user_.USERNAME
*
* @return the value of user_.USERNAME
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public String getUsername() {
return username;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column user_.USERNAME
*
* @param username the value for user_.USERNAME
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public void setUsername(String username) {
this.username = username;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column user_.PASSWORD
*
* @return the value of user_.PASSWORD
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public String getPassword() {
return password;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column user_.PASSWORD
*
* @param password the value for user_.PASSWORD
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public void setPassword(String password) {
this.password = password;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column user_.SEX
*
* @return the value of user_.SEX
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public String getSex() {
return sex;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column user_.SEX
*
* @param sex the value for user_.SEX
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public void setSex(String sex) {
this.sex = sex;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column user_.AGE
*
* @return the value of user_.AGE
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public Integer getAge() {
return age;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column user_.AGE
*
* @param age the value for user_.AGE
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public void setAge(Integer age) {
this.age = age;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column user_.EMAIL
*
* @return the value of user_.EMAIL
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public String getEmail() {
return email;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column user_.EMAIL
*
* @param email the value for user_.EMAIL
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public void setEmail(String email) {
this.email = email;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column user_.ISENABLE
*
* @return the value of user_.ISENABLE
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public String getIsenable() {
return isenable;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column user_.ISENABLE
*
* @param isenable the value for user_.ISENABLE
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public void setIsenable(String isenable) {
this.isenable = isenable;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column user_.TYPE_
*
* @return the value of user_.TYPE_
*
* @mbggenerated Sat Feb 18 13:47:27 CST 2017
*/
public String getType() {
return type;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column user_.TYPE_
*
* @param
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
主要有以下模块: 管理员用户: 1.实时路况管理:实时路况的信息采用了百度地图进行直观的管理,利用了GIS相关技术进行管理,能够让用户方便的第一时间查看到相应的地图信息,以及实时路况信息。 2.投诉留言管理:实现了对投诉留言信息的查看和回复。 3.系统信息设置:实现了系统的访问数据的统计,以及针对系统的管理员 用户和管理员密码进行管理。 4.用户信息管理:管理了一般用户的基本信息情况,针对用户的资料进行修改管理。 一般用户: 1.用户资料管理:实现了用户个人的资料信息管理。 2.路况信息查看:实现了对路径的实时信息的查看,某个路段在某时间的交通情况的查看,以三种情况代表路况情况(拥挤、缓行和畅通) 3.路况分析:采用了折线图,分析每天或者某个月的路况信息,以折线图形式直观展示。该功能采用jFreeChart库实现。 4.留言发布:针对一些路况信息,进行留言反馈,并能查看管理员反馈信息。
资源推荐
资源详情
资源评论
收起资源包目录
包头市交通管理局路况查询系统&java毕业设计源码(ssm后端+mysql+前端+说明文档).zip (194个子文件)
ChelController.class 10KB
UserController.class 8KB
ZhulController.class 6KB
IndexController.class 5KB
XiaoxController.class 5KB
HobbyController.class 4KB
TousController.class 4KB
MyHobbyController.class 4KB
Calculation.class 4KB
UserLoginInterceptors.class 3KB
User.class 3KB
PageUtil.class 3KB
Zhul.class 3KB
Chel.class 3KB
Xiaox.class 3KB
MyHobby.class 2KB
Hobby.class 2KB
UserModel.class 1KB
ZhulMapper.class 674B
MyHobbyMapper.class 658B
XiaoxMapper.class 621B
HobbyMapper.class 619B
ChelMapper.class 614B
UserMapper.class 614B
.classpath 4KB
org.eclipse.wst.common.component 465B
org.eclipse.wst.jsdt.ui.superType.container 49B
skin.css 2KB
login_content_bg.gif 20KB
logo.gif 5KB
menu_bg2.gif 4KB
menu_bgs.gif 2KB
mime.gif 2KB
menu_bg1.gif 1KB
menu-top-line.gif 1KB
nav_right_bg.gif 735B
icon_demo.gif 648B
icon_phone.gif 633B
ts.gif 597B
icon_mail.gif 592B
out.gif 565B
top_top_bg.gif 556B
index.gif 550B
left_top_right.gif 391B
buttom_right.gif 383B
buttom_left.gif 353B
content_bg.gif 257B
buttom_bgs.gif 225B
login_top_bg.gif 174B
mail_right_bg.gif 169B
news_title_bg.gif 166B
mail_left_bg.gif 131B
javaee-api-7.0.jar 1.84MB
aspectjweaver-1.6.11.jar 1.61MB
jackson-all-1.8.5.jar 989KB
spring-context-4.0.2.RELEASE.jar 951KB
spring-core-4.0.2.RELEASE.jar 938KB
mysql-connector-java-5.1.20-bin.jar 784KB
jackson-mapper-asl-1.9.13.jar 762KB
mybatis-3.2.6.jar 696KB
spring-beans-4.0.2.RELEASE.jar 653KB
spring-web-4.0.2.RELEASE.jar 649KB
spring-webmvc-4.0.2.RELEASE.jar 645KB
javassist-3.12.0.GA.jar 618KB
commons-collections-3.2.1.jar 562KB
javax.mail-1.5.0.jar 510KB
xstream-1.4.2.jar 470KB
spring-test-4.0.2.RELEASE.jar 437KB
spring-jdbc-4.0.2.RELEASE.jar 410KB
commons-lang3-3.3.2.jar 403KB
fastjson-1.1.41.jar 350KB
spring-aop-4.0.2.RELEASE.jar 344KB
log4j-1.2.14.jar 320KB
spring-tx-4.0.2.RELEASE.jar 242KB
jackson-core-asl-1.9.13.jar 227KB
spring-expression-4.0.2.RELEASE.jar 200KB
commons-io-2.4.jar 181KB
spring-context-support-4.0.2.RELEASE.jar 132KB
commons-dbcp-1.2.2.jar 119KB
commons-pool-1.6.jar 109KB
spring-oxm-4.0.2.RELEASE.jar 78KB
activation-1.1.jar 62KB
commons-pool-1.3.jar 61KB
commons-logging-1.1.3.jar 61KB
commons-fileupload-1.2.2.jar 58KB
mybatis-spring-1.2.2.jar 48KB
slf4j-api-1.6.4.jar 25KB
xpp3_min-1.1.4c.jar 24KB
xmlpull-1.1.3.1.jar 7KB
slf4j-nop-1.6.4.jar 5KB
aopalliance-1.0.jar 4KB
User.java 11KB
Zhul.java 10KB
Chel.java 10KB
Xiaox.java 9KB
UserController.java 8KB
ChelController.java 8KB
ZhulController.java 6KB
MyHobby.java 6KB
XiaoxController.java 5KB
共 194 条
- 1
- 2
资源评论
码农落落
- 粉丝: 966
- 资源: 2304
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功