package com.goafanti.customer.bo; public class CustomerOut { /** * 客户类型(1-个人用户,2-公司用户) */ private Integer customerType; private String _customerType; /** * id */ private String id; /** * 客户名 */ private String customerName; /** * cid */ private String cid; /** * 分享类型(1-个人用户,2-公共用户) */ private Integer shareType; private String _shareType; /** * 公司意向(0-发明专利、1-实用型新型专利、2-外观专利、3-软件著作权、4-知识产权贯标、5-高企认定、6-技术成果、7-技术需求、8-专家咨询) */ private String companyIntention; private String _companyIntention; /** * 创建时间 */ private String createTime; /** * 跟进进度(0-已发项目介绍资料,1-已约面谈,2-已发合同计划书,3-已报价,4-已发合同,5-已签合同,6-面谈中,7-已面签) */ private Integer followSituation; private String _followSituation; /** * 客户状态(0-新客户,1-意向客户,2-重点客户,3-面谈客户,4-签单客户,5-被拒绝客户) */ private Integer customerStatus; private String _customerStatus; /** * 客户联系人名 */ private String contactName; /** * 性别(0-男,1-女) */ private String sex; /** * 座机号码 */ private String mobile; /** * 手机号 */ private String telNum; /** * 电子邮件 */ private String email; /** * qq */ private String qq; /** * 微信 */ private String wechat; /** * 部门 */ private String depatrment; /** * 职位 */ private String customerPosition; /** * 备注 */ private String remarks; /** *公司名称 */ private String companyName; /** * 归属省份 */ private String locationProvince; /** * 行业 */ private String companyIndustry; /** * 归属城市 */ private String locationCity; /** * 归属地区 */ private String locationArea; /** * 详细地址 */ private String adress; /** * 跟单人 */ private String adminName; /** * 跟单时间 */ private String followDate; /** 操作前客户状态 **/ private String beforeCustomerStatus; /** 操作前意向服务 **/ private String beforeCompanyIntention; /** 操作前跟进进度 **/ private String beforeFollowSituation; /** 跟单人 **/ private String beforeAdminName; public Integer getCustomerType() { return customerType; } public void setCustomerType(Integer customerType) { this.customerType = customerType; } public String get_customerType() { return _customerType; } public void set_customerType(String _customerType) { this._customerType = _customerType; } public String getId() { return id; } public void setId(String id) { this.id = id; } public String getCustomerName() { return customerName; } public void setCustomerName(String customerName) { this.customerName = customerName; } public String getCid() { return cid; } public void setCid(String cid) { this.cid = cid; } public Integer getShareType() { return shareType; } public void setShareType(Integer shareType) { this.shareType = shareType; } public String get_shareType() { return _shareType; } public void set_shareType(String _shareType) { this._shareType = _shareType; } public String getCompanyIntention() { return companyIntention; } public void setCompanyIntention(String companyIntention) { this.companyIntention = companyIntention; } public String get_companyIntention() { return _companyIntention; } public void set_companyIntention(String _companyIntention) { this._companyIntention = _companyIntention; } public String getCreateTime() { return createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public Integer getFollowSituation() { return followSituation; } public void setFollowSituation(Integer followSituation) { this.followSituation = followSituation; } public String get_followSituation() { return _followSituation; } public void set_followSituation(String _followSituation) { this._followSituation = _followSituation; } public Integer getCustomerStatus() { return customerStatus; } public void setCustomerStatus(Integer customerStatus) { this.customerStatus = customerStatus; } public String get_customerStatus() { return _customerStatus; } public void set_customerStatus(String _customerStatus) { this._customerStatus = _customerStatus; } public String getContactName() { return contactName; } public void setContactName(String contactName) { this.contactName = contactName; } public String getSex() { return sex; } public void setSex(String sex) { this.sex = sex; } public String getMobile() { return mobile; } public void setMobile(String mobile) { this.mobile = mobile; } public String getTelNum() { return telNum; } public void setTelNum(String telNum) { this.telNum = telNum; } public String getEmail() { return email; } public void setEmail(String email) { this.email = email; } public String getQq() { return qq; } public void setQq(String qq) { this.qq = qq; } public String getWechat() { return wechat; } public void setWechat(String wechat) { this.wechat = wechat; } public String getDepatrment() { return depatrment; } public void setDepatrment(String depatrment) { this.depatrment = depatrment; } public String getCustomerPosition() { return customerPosition; } public void setCustomerPosition(String customerPosition) { this.customerPosition = customerPosition; } public String getRemarks() { return remarks; } public void setRemarks(String remarks) { this.remarks = remarks; } public String getCompanyName() { return companyName; } public void setCompanyName(String companyName) { this.companyName = companyName; } public String getLocationProvince() { return locationProvince; } public void setLocationProvince(String locationProvince) { this.locationProvince = locationProvince; } public String getCompanyIndustry() { return companyIndustry; } public void setCompanyIndustry(String companyIndustry) { this.companyIndustry = companyIndustry; } public String getLocationCity() { return locationCity; } public void setLocationCity(String locationCity) { this.locationCity = locationCity; } public String getLocationArea() { return locationArea; } public void setLocationArea(String locationArea) { this.locationArea = locationArea; } public String getAdress() { return adress; } public void setAdress(String adress) { this.adress = adress; } public String getAdminName() { return adminName; } public void setAdminName(String adminName) { this.adminName = adminName; } public String getFollowDate() { return followDate; } public void setFollowDate(String followDate) { this.followDate = followDate; } public String getBeforeCustomerStatus() { return beforeCustomerStatus; } public void setBeforeCustomerStatus(String beforeCustomerStatus) { this.beforeCustomerStatus = beforeCustomerStatus; } public String getBeforeCompanyIntention() { return beforeCompanyIntention; } public void setBeforeCompanyIntention(String beforeCompanyIntention) { this.beforeCompanyIntention = beforeCompanyIntention; } public String getBeforeFollowSituation() { return beforeFollowSituation; } public void setBeforeFollowSituation(String beforeFollowSituation) { this.beforeFollowSituation = beforeFollowSituation; } public String getBeforeAdminName() { return beforeAdminName; } public void setBeforeAdminName(String beforeAdminName) { this.beforeAdminName = beforeAdminName; } @Override public String toString() { return "CustomerOut [customerType=" + customerType + ", _customerType=" + _customerType + ", id=" + id + ", customerName=" + customerName + ", cid=" + cid + ", shareType=" + shareType + ", _shareType=" + _shareType + ", companyIntention=" + companyIntention + ", _companyIntention=" + _companyIntention + ", createTime=" + createTime + ", followSituation=" + followSituation + ", _followSituation=" + _followSituation + ", customerStatus=" + customerStatus + ", _customerStatus=" + _customerStatus + ", contactName=" + contactName + ", sex=" + sex + ", mobile=" + mobile + ", telNum=" + telNum + ", email=" + email + ", qq=" + qq + ", wechat=" + wechat + ", depatrment=" + depatrment + ", customerPosition=" + customerPosition + ", remarks=" + remarks + ", companyName=" + companyName + ", locationProvince=" + locationProvince + ", companyIndustry=" + companyIndustry + ", locationCity=" + locationCity + ", locationArea=" + locationArea + ", adress=" + adress + ", adminName=" + adminName + ", followDate=" + followDate + "]"; } }