| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace CallCenterApi.Model
- {
- /// <summary>
- /// T_Cus_CustomerBase:实体类(属性说明自动提取数据库字段的描述信息)
- /// </summary>
- [Serializable]
- public partial class T_Cus_CustomerBase
- {
- public T_Cus_CustomerBase()
- { }
- #region Model
- private int _f_customerid;
- private string _f_customername;
- private string _f_customercode;
- private string _f_customerename;
- private string _f_customerpym;
- private int? _f_layer;
- private string _f_customerlayer;
- private int? _f_categoryid = 0;
- private int? _f_tradeid = 0;
- private int? _f_regionid;
- private int? _f_industryid = 0;
- private string _f_address;
- private string _f_url;
- private string _f_telephone;
- private string _f_mobile;
- private string _f_fax;
- private string _f_email;
- private string _f_website;
- private string _f_postcode;
- private string _f_scaleresume;
- private string _f_businessprofile;
- private string _f_businesslicenseid;
- private string _f_taxid;
- private string _f_openingbank;
- private string _f_bankaccount;
- private string _f_legalrepresentative;
- private string _f_legalrepresentativecardid;
- private string _f_nature;
- private string _f_kind;
- private int? _f_customertype;
- private string _f_mainproduct;
- private string _f_customerfrom;
- private string _f_trackinfo;
- private string _f_trackstate;
- private string _f_importdegree;
- private string _f_intentproduct;
- private int? _f_createby = 0;
- private DateTime? _f_createdon;
- private int? _f_modifyby = 0;
- private DateTime? _f_modifiedon;
- private int? _f_deleteflag = 0;
- private int? _f_statuscode = 0;
- private string _f_servicedept;
- private string _f_chargename;
- private string _f_chargetelephone;
- private string _f_province;
- private string _f_productline;
- private string _f_chargedept;
- private string _f_aftersalename;
- private string _f_customernature;
- private string _f_customerclass;
- private string _f_customerindustry;
- private string _f_relationshipclass;
- private string _f_currentversion;
- private DateTime? _f_systemstarttime;
- private DateTime? _f_qualityguaranteeendtime;
- private string _f_aftersaletelephone;
- private string _f_notes;
- private string _f_systemtype;
- private string _f_city;
- private string _f_customerstatus;
- private int? _f_devicecount;
- private string _f_maintenancetype;
- private string _f_erpcustomercode;
- private int? _f_servicedeptid;
- private int? _f_productlineid;
- private int? _f_aftersalenameid;
- private int? _f_customernatureid = 0;
- private int? _f_customerclassid = -1;
- private int? _f_relationshipclassid = 0;
- private int? _f_cityid;
- private string _f_wxopenid;
- private string _f_password;
- /// <summary>
- /// id
- /// </summary>
- public int F_CustomerId
- {
- set { _f_customerid = value; }
- get { return _f_customerid; }
- }
- /// <summary>
- /// 姓名/联系人
- /// </summary>
- public string F_CustomerName
- {
- set { _f_customername = value; }
- get { return _f_customername; }
- }
- /// <summary>
- /// 客户工作单位
- /// </summary>
- public string F_CustomerCode
- {
- set { _f_customercode = value; }
- get { return _f_customercode; }
- }
- /// <summary>
- /// 性别(男,女)
- /// </summary>
- public string F_CustomerEName
- {
- set { _f_customerename = value; }
- get { return _f_customerename; }
- }
- /// <summary>
- /// 出生年月
- /// </summary>
- public string F_CustomerPym
- {
- set { _f_customerpym = value; }
- get { return _f_customerpym; }
- }
- /// <summary>
- /// 区域id
- /// </summary>
- public int? F_Layer
- {
- set { _f_layer = value; }
- get { return _f_layer; }
- }
- /// <summary>
- /// 学历
- /// </summary>
- public string F_CustomerLayer
- {
- set { _f_customerlayer = value; }
- get { return _f_customerlayer; }
- }
- /// <summary>
- /// 总房款
- /// </summary>
- public int? F_TradeId
- {
- set { _f_tradeid = value; }
- get { return _f_tradeid; }
- }
- /// <summary>
- /// 老带新套数
- /// </summary>
- public int? F_RegionId
- {
- set { _f_regionid = value; }
- get { return _f_regionid; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_IndustryId
- {
- set { _f_industryid = value; }
- get { return _f_industryid; }
- }
- /// <summary>
- /// 通讯住址
- /// </summary>
- public string F_Address
- {
- set { _f_address = value; }
- get { return _f_address; }
- }
- /// <summary>
- /// 车辆品牌
- /// </summary>
- public string F_Url
- {
- set { _f_url = value; }
- get { return _f_url; }
- }
- /// <summary>
- /// 电话
- /// </summary>
- public string F_Telephone
- {
- set { _f_telephone = value; }
- get { return _f_telephone; }
- }
- /// <summary>
- /// 手机号码
- /// </summary>
- public string F_Mobile
- {
- set { _f_mobile = value; }
- get { return _f_mobile; }
- }
- /// <summary>
- /// 传真
- /// </summary>
- public string F_Fax
- {
- set { _f_fax = value; }
- get { return _f_fax; }
- }
- /// <summary>
- /// 邮箱
- /// </summary>
- public string F_Email
- {
- set { _f_email = value; }
- get { return _f_email; }
- }
- /// <summary>
- /// 兴趣爱好
- /// </summary>
- public string F_Website
- {
- set { _f_website = value; }
- get { return _f_website; }
- }
- /// <summary>
- /// 收入层次
- /// </summary>
- public string F_PostCode
- {
- set { _f_postcode = value; }
- get { return _f_postcode; }
- }
- /// <summary>
- /// 所购项目
- /// </summary>
- public string F_ScaleResume
- {
- set { _f_scaleresume = value; }
- get { return _f_scaleresume; }
- }
- /// <summary>
- /// 所购项目id
- /// </summary>
- public int? F_CategoryId
- {
- set { _f_categoryid = value; }
- get { return _f_categoryid; }
- }
- /// <summary>
- /// 客户职业
- /// </summary>
- public string F_BusinessProfile
- {
- set { _f_businessprofile = value; }
- get { return _f_businessprofile; }
- }
- /// <summary>
- /// 楼号 - 期
- /// </summary>
- public int? F_CustomerType
- {
- set { _f_customertype = value; }
- get { return _f_customertype; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_IntentProduct
- {
- set { _f_intentproduct = value; }
- get { return _f_intentproduct; }
- }
- /// <summary>
- /// 所购楼层信息(房间号)
- /// </summary>
- public string F_BusinessLicenseID
- {
- set { _f_businesslicenseid = value; }
- get { return _f_businesslicenseid; }
- }
- /// <summary>
- /// 婚姻状况
- /// </summary>
- public string F_TaxID
- {
- set { _f_taxid = value; }
- get { return _f_taxid; }
- }
- /// <summary>
- /// 职务
- /// </summary>
- public string F_OpeningBank
- {
- set { _f_openingbank = value; }
- get { return _f_openingbank; }
- }
- /// <summary>
- /// 老带新项目
- /// </summary>
- public string F_BankAccount
- {
- set { _f_bankaccount = value; }
- get { return _f_bankaccount; }
- }
- /// <summary>
- /// 置业顾问
- /// </summary>
- public string F_LegalRepresentative
- {
- set { _f_legalrepresentative = value; }
- get { return _f_legalrepresentative; }
- }
- /// <summary>
- /// 身份证号
- /// </summary>
- public string F_LegalRepresentativeCardID
- {
- set { _f_legalrepresentativecardid = value; }
- get { return _f_legalrepresentativecardid; }
- }
- /// <summary>
- /// 籍贯(精准到县)
- /// </summary>
- public string F_Nature
- {
- set { _f_nature = value; }
- get { return _f_nature; }
- }
- /// <summary>
- /// 车牌号码
- /// </summary>
- public string F_Kind
- {
- set { _f_kind = value; }
- get { return _f_kind; }
- }
-
- /// <summary>
- /// 家庭人口
- /// </summary>
- public string F_MainProduct
- {
- set { _f_mainproduct = value; }
- get { return _f_mainproduct; }
- }
- /// <summary>
- /// 客户配偶情况
- /// </summary>
- public string F_CustomerFrom
- {
- set { _f_customerfrom = value; }
- get { return _f_customerfrom; }
- }
- /// <summary>
- /// 客户子女情况
- /// </summary>
- public string F_TrackInfo
- {
- set { _f_trackinfo = value; }
- get { return _f_trackinfo; }
- }
- /// <summary>
- /// 客户父母情况
- /// </summary>
- public string F_TrackState
- {
- set { _f_trackstate = value; }
- get { return _f_trackstate; }
- }
- /// <summary>
- /// 客户消费偏好
- /// </summary>
- public string F_ImportDegree
- {
- set { _f_importdegree = value; }
- get { return _f_importdegree; }
- }
-
- /// <summary>
- ///
- /// </summary>
- public int? F_CreateBy
- {
- set { _f_createby = value; }
- get { return _f_createby; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_CreatedOn
- {
- set { _f_createdon = value; }
- get { return _f_createdon; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_ModifyBy
- {
- set { _f_modifyby = value; }
- get { return _f_modifyby; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_ModifiedOn
- {
- set { _f_modifiedon = value; }
- get { return _f_modifiedon; }
- }
- /// <summary>
- /// 删除:正常0 删除1
- /// </summary>
- public int? F_DeleteFlag
- {
- set { _f_deleteflag = value; }
- get { return _f_deleteflag; }
- }
- /// <summary>
- /// 判断微信是否注册0未注册,1已注册(1、已经导入的业主信息,需要注册后才能登陆;2、没有导入的信息,不能注册)
- /// </summary>
- public int? F_StatusCode
- {
- set { _f_statuscode = value; }
- get { return _f_statuscode; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_ServiceDept
- {
- set { _f_servicedept = value; }
- get { return _f_servicedept; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_ChargeName
- {
- set { _f_chargename = value; }
- get { return _f_chargename; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_ChargeTelephone
- {
- set { _f_chargetelephone = value; }
- get { return _f_chargetelephone; }
- }
- /// <summary>
- /// 来电单位所在省份
- /// </summary>
- public string F_Province
- {
- set { _f_province = value; }
- get { return _f_province; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_ProductLine
- {
- set { _f_productline = value; }
- get { return _f_productline; }
- }
- /// <summary>
- /// 负责部门
- /// </summary>
- public string F_ChargeDept
- {
- set { _f_chargedept = value; }
- get { return _f_chargedept; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_AfterSaleName
- {
- set { _f_aftersalename = value; }
- get { return _f_aftersalename; }
- }
- /// <summary>
- /// 楼号
- /// </summary>
- public string F_CustomerNature
- {
- set { _f_customernature = value; }
- get { return _f_customernature; }
- }
- /// <summary>
- /// 单元号
- /// </summary>
- public string F_CustomerClass
- {
- set { _f_customerclass = value; }
- get { return _f_customerclass; }
- }
- /// <summary>
- /// 来电单位
- /// </summary>
- public string F_CustomerIndustry
- {
- set { _f_customerindustry = value; }
- get { return _f_customerindustry; }
- }
- /// <summary>
- /// 反馈单位
- /// </summary>
- public string F_RelationShipClass
- {
- set { _f_relationshipclass = value; }
- get { return _f_relationshipclass; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_CurrentVersion
- {
- set { _f_currentversion = value; }
- get { return _f_currentversion; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_SystemStartTime
- {
- set { _f_systemstarttime = value; }
- get { return _f_systemstarttime; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_QualityGuaranteeEndTime
- {
- set { _f_qualityguaranteeendtime = value; }
- get { return _f_qualityguaranteeendtime; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_AfterSaleTelephone
- {
- set { _f_aftersaletelephone = value; }
- get { return _f_aftersaletelephone; }
- }
- /// <summary>
- /// 其他备注
- /// </summary>
- public string F_Notes
- {
- set { _f_notes = value; }
- get { return _f_notes; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_SystemType
- {
- set { _f_systemtype = value; }
- get { return _f_systemtype; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_City
- {
- set { _f_city = value; }
- get { return _f_city; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_CustomerStatus
- {
- set { _f_customerstatus = value; }
- get { return _f_customerstatus; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_DeviceCount
- {
- set { _f_devicecount = value; }
- get { return _f_devicecount; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_MaintenanceType
- {
- set { _f_maintenancetype = value; }
- get { return _f_maintenancetype; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_ERPCustomerCode
- {
- set { _f_erpcustomercode = value; }
- get { return _f_erpcustomercode; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_ServiceDeptID
- {
- set { _f_servicedeptid = value; }
- get { return _f_servicedeptid; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_ProductLineID
- {
- set { _f_productlineid = value; }
- get { return _f_productlineid; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_AfterSaleNameID
- {
- set { _f_aftersalenameid = value; }
- get { return _f_aftersalenameid; }
- }
- /// <summary>
- /// 房主关系
- /// </summary>
- public int? F_CustomerNatureID
- {
- set { _f_customernatureid = value; }
- get { return _f_customernatureid; }
- }
- /// <summary>
- /// //用户级别 -1来电用户 0准业主(父级) >0租户和亲戚朋友(子级)
- /// </summary>
- public int? F_CustomerClassID
- {
- set { _f_customerclassid = value; }
- get { return _f_customerclassid; }
- }
- /// <summary>
- /// //用户区别: 0默认 >0准业主会员账号F_CustomerClassID的Id值
- /// </summary>
- public int? F_RelationShipClassID
- {
- set { _f_relationshipclassid = value; }
- get { return _f_relationshipclassid; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_CityID
- {
- set { _f_cityid = value; }
- get { return _f_cityid; }
- }
- /// <summary>
- /// 微信openid
- /// </summary>
- public string F_WxOpenId
- {
- set { _f_wxopenid = value; }
- get { return _f_wxopenid; }
- }
- /// <summary>
- /// 密码
- /// </summary>
- public string F_Password
- {
- set { _f_password = value; }
- get { return _f_password; }
- }
- #endregion Model
- }
- }
|