package com.changjiang.entity;
public class UserChange {
private Integer id;
private String realname;
private String nickname;
private String idNumber;
private String phone;
private String password;
private String dbDesc;
private String sex;
private String icon;
private String address;
private String qq;
private String wechat;
private String email;
private Integer userId;
private java.util.Date operateTime;
private String operator;
private String newRealname;
private String newNickname;
private String newIdNumber;
private String newIcon;
private String newPassword;
private String newDesc;
private String newSex;
private String newAddress;
private String newQq;
private String newWechat;
private String newEmail;
private String role;
private String newRole;
private String duty;
private String newDuty;
private String department;
private String newDepartment;
private String counter;
private String newCounter;
private String store;
private String newStore;
private String number;
public UserChange() {
super();
}
public UserChange(Integer id,String realname,String nickname,String idNumber,String phone,String password,String dbDesc,String sex,String icon,String address,String qq,String wechat,String email,Integer userId,java.util.Date operateTime,String operator,String newRealname,String newNickname,String newIdNumber,String newIcon,String newPassword,String newDesc,String newSex,String newAddress,String newQq,String newWechat,String newEmail,String role,String newRole,String duty,String newDuty,String department,String newDepartment,String counter,String newCounter,String store,String newStore,String number) {
super();
this.id = id;
this.realname = realname;
this.nickname = nickname;
this.idNumber = idNumber;
this.phone = phone;
this.password = password;
this.dbDesc = dbDesc;
this.sex = sex;
this.icon = icon;
this.address = address;
this.qq = qq;
this.wechat = wechat;
this.email = email;
this.userId = userId;
this.operateTime = operateTime;
this.operator = operator;
this.newRealname = newRealname;
this.newNickname = newNickname;
this.newIdNumber = newIdNumber;
this.newIcon = newIcon;
this.newPassword = newPassword;
this.newDesc = newDesc;
this.newSex = newSex;
this.newAddress = newAddress;
this.newQq = newQq;
this.newWechat = newWechat;
this.newEmail = newEmail;
this.role = role;
this.newRole = newRole;
this.duty = duty;
this.newDuty = newDuty;
this.department = department;
this.newDepartment = newDepartment;
this.counter = counter;
this.newCounter = newCounter;
this.store = store;
this.newStore = newStore;
this.number = number;
}
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public String getRealname() {
return this.realname;
}
public void setRealname(String realname) {
this.realname = realname;
}
public String getNickname() {
return this.nickname;
}
public void setNickname(String nickname) {
this.nickname = nickname;
}
public String getIdNumber() {
return this.idNumber;
}
public void setIdNumber(String idNumber) {
this.idNumber = idNumber;
}
public String getPhone() {
return this.phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
}
public String getDbDesc() {
return this.dbDesc;
}
public void setDbDesc(String dbDesc) {
this.dbDesc = dbDesc;
}
public String getSex() {
return this.sex;
}
public void setSex(String sex) {
this.sex = sex;
}
public String getIcon() {
return this.icon;
}
public void setIcon(String icon) {
this.icon = icon;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getQq() {
return this.qq;
}
public void setQq(String qq) {
this.qq = qq;
}
public String getWechat() {
return this.wechat;
}
public void setWechat(String wechat) {
this.wechat = wechat;
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
}
public Integer getUserId() {
return this.userId;
}
public void setUserId(Integer userId) {
this.userId = userId;
}
public java.util.Date getOperateTime() {
return this.operateTime;
}
public void setOperateTime(java.util.Date operateTime) {
this.operateTime = operateTime;
}
public String getOperator() {
return this.operator;
}
public void setOperator(String operator) {
this.operator = operator;
}
public String getNewRealname() {
return this.newRealname;
}
public void setNewRealname(String newRealname) {
this.newRealname = newRealname;
}
public String getNewNickname() {
return this.newNickname;
}
public void setNewNickname(String newNickname) {
this.newNickname = newNickname;
}
public String getNewIdNumber() {
return this.newIdNumber;
}
public void setNewIdNumber(String newIdNumber) {
this.newIdNumber = newIdNumber;
}
public String getNewIcon() {
return this.newIcon;
}
public void setNewIcon(String newIcon) {
this.newIcon = newIcon;
}
public String getNewPassword() {
return this.newPassword;
}
public void setNewPassword(String newPassword) {
this.newPassword = newPassword;
}
public String getNewDesc() {
return this.newDesc;
}
public void setNewDesc(String newDesc) {
this.newDesc = newDesc;
}
public String getNewSex() {
return this.newSex;
}
public void setNewSex(String newSex) {
this.newSex = newSex;
}
public String getNewAddress() {
return this.newAddress;
}
public void setNewAddress(String newAddress) {
this.newAddress = newAddress;
}
public String getNewQq() {
return this.newQq;
}
public void setNewQq(String newQq) {
this.newQq = newQq;
}
public String getNewWechat() {
return this.newWechat;
}
public void setNewWechat(String newWechat) {
this.newWechat = newWechat;
}
public String getNewEmail() {
return this.newEmail;
}
public void setNewEmail(String newEmail) {
this.newEmail = newEmail;
}
public String getRole() {
return this.role;
}
public void setRole(String role) {
this.role = role;
}
public String getNewRole() {
return this.newRole;
}
public void setNewRole(String newRole) {
this.newRole = newRole;
}
public String getDuty() {
return this.duty;
}
public void setDuty(String duty) {
this.duty = duty;
}
public String getNewDuty() {
return this.newDuty;
}
public void setNewDuty(String newDuty) {
this.newDuty = newDuty;
}
public String getDepartment() {
return this.department;
}
public void setDepartment(String department) {
this.department = department;
}
public String getNe
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
Java是一种高性能、跨平台的面向对象编程语言。它由Sun Microsystems(现在是Oracle Corporation)的James Gosling等人在1995年推出,被设计为一种简单、健壮、可移植、多线程、动态的语言。Java的主要特点和优势包括以下几个方面: 跨平台性(Write Once, Run Anywhere): Java的代码可以在不同的平台上运行,只需编写一次代码,就可以在任何支持Java的设备上执行。这得益于Java虚拟机(JVM),它充当了代码和底层硬件之间的中介。 面向对象: Java是一种纯粹的面向对象编程语言,支持封装、继承和多态等面向对象的概念。这使得Java编写的代码更加模块化、可维护和可扩展。 多线程支持: Java内置了对多线程的支持,允许程序同时执行多个任务。这对于开发需要高并发性能的应用程序(如服务器端应用、网络应用等)非常重要。 自动内存管理(垃圾回收): Java具有自动内存管理机制,通过垃圾回收器自动回收不再使用的对象,使得开发者不需要手动管理内存,减轻了程序员的负担,同时也减少了内存泄漏的风险。
资源推荐
资源详情
资源评论
收起资源包目录
长江--药店连锁管理系统.zip (379个子文件)
.classpath 1KB
org.eclipse.wst.common.component 658B
org.eclipse.wst.jsdt.ui.superType.container 49B
amazeui.min.css 249KB
app.css 36KB
zTreeStyle.css 6KB
admin.css 5KB
demo.css 2KB
fontawesome-webfont.eot 75KB
zTreeStandard.gif 5KB
loading.gif 381B
line_conn.gif 45B
.gitignore 11B
.gitignore 9B
index_manage.html 58KB
role_add.html 14KB
user_add.html 14KB
user_information_add.html 11KB
user_information.html 6KB
user.html 5KB
role.html 5KB
user_details.html 4KB
role_details.html 4KB
demo.html 3KB
login.html 2KB
demo.html 2KB
demo.html 2KB
menu.html 676B
organization.html 673B
UserChange.java 9KB
Assist.java 8KB
FunctionServiceImpl.java 8KB
MyMvcConfig.java 7KB
OrderServiceImpl.java 6KB
DbOrder.java 6KB
UserInformation.java 5KB
UsersController.java 5KB
UserInformationServiceImpl.java 4KB
ProductTypeController.java 4KB
OrganizationServiceImpl.java 4KB
UserInformationDao.java 4KB
MybatisRedisCache.java 4KB
UsersServiceImpl.java 4KB
UsersDao.java 4KB
Order.java 3KB
Vip.java 3KB
VipGoupsController.java 3KB
OfficialTrade.java 3KB
UserInformationController.java 3KB
UserEvaluationController.java 3KB
OfficialTradeController.java 3KB
RoleServiceImpl.java 3KB
OrderProducte.java 3KB
WorkstationRecord.java 3KB
OrderTypeController.java 3KB
VipController.java 3KB
Store.java 3KB
WorkStationServiceImpl.java 3KB
CounterWorkStationRecordServiceImpl.java 3KB
OfficialProducteSpecialityServiceImpl.java 3KB
CombinationProductsRecordServiceImpl.java 3KB
ProducteTypeServiceImpl.java 3KB
StoreProducteController.java 3KB
StoreEvaluationController.java 3KB
OfficialUserInformation.java 3KB
OfficialUserInformationServiceImpl.java 3KB
StoreServiceImpl.java 3KB
VipGoupsServiceImpl.java 3KB
ProducteEvaluationServiceImpl.java 3KB
ProducteEvaluation.java 2KB
StoreEvaluation.java 2KB
PrivilegeProducteServiceImpl.java 2KB
WorkstationRecordServiceImpl.java 2KB
UserEvaluation.java 2KB
CombinationProductsServiceImpl.java 2KB
ProducteSpecialityServiceImpl.java 2KB
StoreProducte.java 2KB
ProducteEvaluationController.java 2KB
DepartmentServiceImpl.java 2KB
StoreEvaluationServiceImpl.java 2KB
WorkStation.java 2KB
DutyServiceImpl.java 2KB
StoreTypeServiceImpl.java 2KB
CounterTypeServiceImpl.java 2KB
DataType.java 2KB
UserEvaluationServiceImpl.java 2KB
OrderTypeServiceImpl.java 2KB
StoreController.java 2KB
OrderController.java 2KB
StoreProducteServiceImpl.java 2KB
OrderProducteServiceImpl.java 2KB
OfficialTradeServiceImpl.java 2KB
FunctionController.java 2KB
GroupMembersServiceImpl.java 2KB
ProducteSpeciality.java 2KB
SysCodeRuleServiceImpl.java 2KB
VipServiceImpl.java 2KB
CounterServiceImpl.java 2KB
UserInformationModel.java 2KB
TimeManageServiceImpl.java 2KB
共 379 条
- 1
- 2
- 3
- 4
资源评论
JJJ69
- 粉丝: 6353
- 资源: 5918
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- qt5.12.8配套的Websocket
- 遗传算法模型框架(python源码)
- JavaWeb课程设计:品牌管理系统
- u-mobil - Google 搜索.mhtml
- 改进遗传算法及其对比算法(Python源码)
- JAVAVue+SpringBoot进销存源码数据库 MySQL源码类型 WebForm
- 《Android Studio 应用程序设计》,(第2版,微课版张思民),我们教学参考用的这本书,MyApplication包含了7,8个章节的安卓应开发案例和和实现
- 使用python实现遗传算法,支持参数的高度自定义(源码)
- 渗透测试目录扫描字典.zip
- 安卓NDk 25.1.8937393编译c++gsl库
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功