| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442 |
- 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 + "]";
- }
-
-
- }
|