package com.crm.info;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* HrEmployee entity. @author MyEclipse Persistence Tools
*/
public class HrEmployee implements java.io.Serializable {
// Fields
private Integer id;
private HrPosition hrPosition;
private ParamSysparam paramSysparam;
private HrDepartment hrDepartment;
private SysRole sysRole;
private HrPost hrPost;
private String uid;
private String pwd;
private String name;
private String idcard;
private Date birthday;
private String email;
private String sex;
private String telephone;
private String status;
private Integer sort;
private Date entrydate;
private String address;
private String remarks;
private String education;
private String professional;
private String schools;
private String title;
private Integer isdelete;
private Date deleteTime;
private String portal;
private String theme;
private Integer canlogin;
private String layout;
private Date loginoutdate;
private Integer ispost;
private Set crmReceivesForCEmpid = new HashSet(0);
private Set paramCitiesForUpdateId = new HashSet(0);
private Set paramCitiesForCreateId = new HashSet(0);
private Set crmReceivesForCreateId = new HashSet(0);
private Set sysLogins = new HashSet(0);
private Set crmContractsForCEmpid = new HashSet(0);
private Set sysRolesForUpdateid = new HashSet(0);
private Set sysRolesForCreateid = new HashSet(0);
private Set paramSysparamsForUpdateId = new HashSet(0);
private Set publicNotices = new HashSet(0);
private Set hrPosts = new HashSet(0);
private Set crmFollows = new HashSet(0);
private Set paramSysparamsForCreateId = new HashSet(0);
private Set crmInvoicesForCreateId = new HashSet(0);
private Set crmContacts = new HashSet(0);
private Set crmOrdersForCreateId = new HashSet(0);
private Set crmOrdersForFEmpId = new HashSet(0);
private Set crmProductCategories = new HashSet(0);
private Set crmOrdersForCEmpId = new HashSet(0);
private Set personalNoteses = new HashSet(0);
private Set crmInvoicesForCEmpid = new HashSet(0);
private Set publicChatRooms = new HashSet(0);
private Set personalCalendars = new HashSet(0);
private Set hrPositions = new HashSet(0);
private Set mailFlowsForReceiveId = new HashSet(0);
private Set personalEvents = new HashSet(0);
private Set mailFlowsForSenderId = new HashSet(0);
private Set crmCustomersForCreateId = new HashSet(0);
private Set crmCustomersForEmployeeId = new HashSet(0);
private Set publicNewses = new HashSet(0);
private Set crmContractsForCreaterId = new HashSet(0);
private Set crmContractsForOurContractorId = new HashSet(0);
// Constructors
/** default constructor */
public HrEmployee() {
}
/** full constructor */
public HrEmployee(HrPosition hrPosition, ParamSysparam paramSysparam,
HrDepartment hrDepartment, SysRole sysRole, HrPost hrPost,
String uid, String pwd, String name, String idcard, Date birthday,
String email, String sex, String telephone, String status,
Integer sort, Date entrydate, String address, String remarks,
String education, String professional, String schools,
String title, Integer isdelete, Date deleteTime, String portal,
String theme, Integer canlogin, String layout, Date loginoutdate,
Integer ispost, Set crmReceivesForCEmpid,
Set paramCitiesForUpdateId, Set paramCitiesForCreateId,
Set crmReceivesForCreateId, Set sysLogins,
Set crmContractsForCEmpid, Set sysRolesForUpdateid,
Set sysRolesForCreateid, Set paramSysparamsForUpdateId,
Set publicNotices, Set hrPosts, Set crmFollows,
Set paramSysparamsForCreateId, Set crmInvoicesForCreateId,
Set crmContacts, Set crmOrdersForCreateId, Set crmOrdersForFEmpId,
Set crmProductCategories, Set crmOrdersForCEmpId,
Set personalNoteses, Set crmInvoicesForCEmpid, Set publicChatRooms,
Set personalCalendars, Set hrPositions, Set mailFlowsForReceiveId,
Set personalEvents, Set mailFlowsForSenderId,
Set crmCustomersForCreateId, Set crmCustomersForEmployeeId,
Set publicNewses, Set crmContractsForCreaterId,
Set crmContractsForOurContractorId) {
this.hrPosition = hrPosition;
this.paramSysparam = paramSysparam;
this.hrDepartment = hrDepartment;
this.sysRole = sysRole;
this.hrPost = hrPost;
this.uid = uid;
this.pwd = pwd;
this.name = name;
this.idcard = idcard;
this.birthday = birthday;
this.email = email;
this.sex = sex;
this.telephone = telephone;
this.status = status;
this.sort = sort;
this.entrydate = entrydate;
this.address = address;
this.remarks = remarks;
this.education = education;
this.professional = professional;
this.schools = schools;
this.title = title;
this.isdelete = isdelete;
this.deleteTime = deleteTime;
this.portal = portal;
this.theme = theme;
this.canlogin = canlogin;
this.layout = layout;
this.loginoutdate = loginoutdate;
this.ispost = ispost;
this.crmReceivesForCEmpid = crmReceivesForCEmpid;
this.paramCitiesForUpdateId = paramCitiesForUpdateId;
this.paramCitiesForCreateId = paramCitiesForCreateId;
this.crmReceivesForCreateId = crmReceivesForCreateId;
this.sysLogins = sysLogins;
this.crmContractsForCEmpid = crmContractsForCEmpid;
this.sysRolesForUpdateid = sysRolesForUpdateid;
this.sysRolesForCreateid = sysRolesForCreateid;
this.paramSysparamsForUpdateId = paramSysparamsForUpdateId;
this.publicNotices = publicNotices;
this.hrPosts = hrPosts;
this.crmFollows = crmFollows;
this.paramSysparamsForCreateId = paramSysparamsForCreateId;
this.crmInvoicesForCreateId = crmInvoicesForCreateId;
this.crmContacts = crmContacts;
this.crmOrdersForCreateId = crmOrdersForCreateId;
this.crmOrdersForFEmpId = crmOrdersForFEmpId;
this.crmProductCategories = crmProductCategories;
this.crmOrdersForCEmpId = crmOrdersForCEmpId;
this.personalNoteses = personalNoteses;
this.crmInvoicesForCEmpid = crmInvoicesForCEmpid;
this.publicChatRooms = publicChatRooms;
this.personalCalendars = personalCalendars;
this.hrPositions = hrPositions;
this.mailFlowsForReceiveId = mailFlowsForReceiveId;
this.personalEvents = personalEvents;
this.mailFlowsForSenderId = mailFlowsForSenderId;
this.crmCustomersForCreateId = crmCustomersForCreateId;
this.crmCustomersForEmployeeId = crmCustomersForEmployeeId;
this.publicNewses = publicNewses;
this.crmContractsForCreaterId = crmContractsForCreaterId;
this.crmContractsForOurContractorId = crmContractsForOurContractorId;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public HrPosition getHrPosition() {
return this.hrPosition;
}
public void setHrPosition(HrPosition hrPosition) {
this.hrPosition = hrPosition;
}
public ParamSysparam getParamSysparam() {
return this.paramSysparam;
}
public void setParamSysparam(ParamSysparam paramSysparam) {
this.paramSysparam = paramSysparam;
}
public HrDepartment getHrDepartment() {
return this.hrDepartment;
}
public void setHrDepartment(HrDepartment hrDepartment) {
this.hrDepartment = hrDepartment;
}
public SysRole getSysRole() {
return this.sysRole;
}
public void setSysRole(SysRole sysRole) {
this.sysRole = sysRole;
}
public HrPost getHrPost() {
return this.hrPost;
}
public void setHrPost(HrPost hrPost) {
this.hrPost = hrPost;
}
public String getUid() {
return this.uid;
}
public void setUid(String uid) {
this.uid = uid;
}
public String getPwd() {
return this.pwd;
}
public void setPwd(String pwd) {
this.pwd = pwd;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getIdcard() {
return this.idcard;
}
public void setIdcard(String idcard) {
this.idcard = idcard;
}
public Date getBirthday() {
return this.birthday;
}
public void setBirthday(Date birthday) {
this.birthday = birthday;
}
public String getEmail() {
return this.email;
}
public void setEmail(S
没有合适的资源?快使用搜索试试~ 我知道了~
METRO客户关系管理系统源码CRM整站源码 java源码 CRM源码 企业客户关系管理系统源码
共1175个文件
png:265个
js:240个
class:127个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 197 浏览量
2024-09-04
20:09:13
上传
评论
收藏 9.95MB ZIP 举报
温馨提示
某java客户关系管理系统源码CRM源码,系统包括:个人工作、信息中心、客户管理、合同订单、财务管理、产品管理、人事管理以及数据回收站等8个模块。另包括权限管理模块用于系统的用户、角色和相关权限,收发邮件功能用于获得客户的详细需求,文档管理功能用于客户信息文件的存储。 安装说明: 详细见压缩包,不懂JAVA的不要下
资源推荐
资源详情
资源评论
收起资源包目录
METRO客户关系管理系统源码CRM整站源码 java源码 CRM源码 企业客户关系管理系统源码 (1175个子文件)
jquery.dataTables.js.bak 369KB
HrEmployee.class 17KB
WebTools.class 11KB
HrEmployeeAction.class 10KB
CrmCustomer.class 8KB
ParamSysparam.class 8KB
HrDepartment.class 7KB
CrmOrder.class 7KB
MailFlowAction.class 6KB
HrEmployeeBiz.class 6KB
CrmContract.class 6KB
MailFlowBiz.class 6KB
MailAttachmentAction.class 6KB
CrmReceive.class 5KB
CrmOrderBiz.class 5KB
CrmContact.class 5KB
CrmProductAction.class 5KB
CrmCustomerAction.class 5KB
MailFlowDao.class 5KB
CrmInvoice.class 4KB
CrmCustomerBiz.class 4KB
MailFlow.class 4KB
CrmContractBiz.class 4KB
CrmProductCategoryDao.class 4KB
CrmReceiveBiz.class 4KB
ValidateCode.class 4KB
CrmProductCategoryAction.class 4KB
CrmInvoiceBiz.class 4KB
CrmInvoiceAction.class 4KB
SysMenuBiz.class 4KB
CrmProductCategoryBiz.class 4KB
CrmReceiveAction.class 4KB
CrmContactBiz.class 4KB
CrmCustomerDao.class 4KB
CrmProductBiz.class 3KB
HrPostBiz.class 3KB
PersonalCalendar.class 3KB
CrmProduct.class 3KB
CrmFollowBiz.class 3KB
HrPost.class 3KB
HrPositionBiz.class 3KB
HrPosition.class 3KB
CrmFollowAction.class 3KB
SysRole.class 3KB
PublicNewsBiz.class 3KB
CrmFollow.class 3KB
HrPostAction.class 3KB
CrmReceiveDao.class 3KB
HrDepartmentBiz.class 3KB
CrmInvoiceDao.class 3KB
CrmFollowDao.class 3KB
ParamCity.class 3KB
CrmOrderAction.class 3KB
SysRoleAction.class 3KB
CrmContactAction.class 3KB
CrmCustomeVobj.class 3KB
HrDepartmentAction.class 3KB
CrmContractAction.class 3KB
PublicNews.class 3KB
HrPositionAction.class 3KB
MailAttachmentBiz.class 3KB
ParamSysparamTypeAction.class 3KB
CrmContractDao.class 3KB
ParamSysparamBiz.class 3KB
CrmContactDao.class 3KB
CrmProductCategory.class 3KB
CrmOrderDao.class 3KB
PublicNewsAction.class 3KB
SysMenu.class 3KB
PublicChatRoom.class 2KB
PublicNoticeBiz.class 2KB
PublicNoticeAction.class 2KB
CrmOrderDetailsBiz.class 2KB
PublicNotice.class 2KB
CrmOrderDetailsAction.class 2KB
ParamSysparamAction.class 2KB
SysRoleBiz.class 2KB
CrmOrderDetails.class 2KB
PersonalNotes.class 2KB
SysApp.class 2KB
ParamSysparamType.class 2KB
CrmFollowVobj.class 2KB
SysMenuVobj.class 2KB
PublicNewsDao.class 2KB
CrmInvoiceVobj.class 2KB
HrEmployeeDao.class 2KB
PersonalEventAction.class 2KB
ParamCityAction.class 2KB
CrmReceiveVobj.class 2KB
PageInfo.class 2KB
SysLogin.class 2KB
MailAttachment.class 2KB
CrmContractVobj.class 2KB
PersonalChat.class 2KB
CrmContactVobj.class 2KB
HrPostDao.class 2KB
CrmOrderVobj.class 2KB
SysLoginBiz.class 2KB
EasyUiPage.class 2KB
PersonalEvent.class 2KB
共 1175 条
- 1
- 2
- 3
- 4
- 5
- 6
- 12
资源评论
破碎的天堂鸟
- 粉丝: 8266
- 资源: 2266
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功