| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717 |
- /** 版本信息模板在安装目录下,可自行修改。
- * T_Cus_CustomerBase.cs
- *
- * 功 能: N/A
- * 类 名: T_Cus_CustomerBase
- *
- * Ver 变更日期 负责人 变更内容
- * ───────────────────────────────────
- * V0.01 2015/2/27 16:05:58 N/A 初版
- *
- * Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
- *┌──────────────────────────────────┐
- *│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
- *│ 版权所有:动软卓越(北京)科技有限公司 │
- *└──────────────────────────────────┘
- */
- using System;
- namespace YTSoft.BaseCallCenter.Model
- {
- /// <summary>
- /// T_Cus_CustomerBase:实体类(属性说明自动提取数据库字段的描述信息)
- /// </summary>
- [Serializable]
- public partial class 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;
- private int? _f_customerclassid;
- private int? _f_relationshipclassid;
- private int? _f_cityid;
- #endregion Model
-
- #region 现用字段
- /// <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_CustomerPym
- {
- set { _f_customerpym = value; }
- get { return _f_customerpym; }
- }
- /// <summary>
- /// 微信号
- /// </summary>
- public string F_CustomerEName
- {
- set { _f_customerename = value; }
- get { return _f_customerename; }
- }
- /// <summary>
- /// 微博号
- /// </summary>
- public string F_PostCode
- {
- set { _f_postcode = value; }
- get { return _f_postcode; }
- }
- /// <summary>
- /// 归属地
- /// </summary>
- public string F_CustomerLayer
- {
- set { _f_customerlayer = value; }
- get { return _f_customerlayer; }
- }
- /// <summary>
- /// 年龄段
- /// </summary>
- public string F_CustomerCode
- {
- set { _f_customercode = value; }
- get { return _f_customercode; }
- }
- /// <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 int? F_DeviceCount
- {
- set { _f_devicecount = value; }
- get { return _f_devicecount; }
- }
- /// <summary>
- ///
- /// </summary>
- //常进站
- public string F_Fax
- {
- set { _f_fax = value; }
- get { return _f_fax; }
- }
- /// <summary>
- /// 常出站
- /// </summary>
- public int? F_AfterSaleNameID
- {
- set { _f_aftersalenameid = value; }
- get { return _f_aftersalenameid; }
- }
- /// <summary>
- ///
- /// </summary>
- //常出站
- public string F_Email
- {
- set { _f_email = value; }
- get { return _f_email; }
- }
- /// <summary>
- /// 事发站点
- /// </summary>
- public int? F_ProductLineID
- {
- set { _f_productlineid = value; }
- get { return _f_productlineid; }
- }
- /// <summary>
- /// 事发站点
- /// </summary>
- public string F_Website
- {
- set { _f_website = value; }
- get { return _f_website; }
- }
- /// <summary>
- /// 客户属性编码1、语音 2、微信 ,3,微博 客户来源
- /// </summary>
- public string F_Kind
- {
- set { _f_kind = value; }
- get { return _f_kind; }
- }
- /// <summary>
- /// 最近联络方式 客户属性1、语音 2、留言 ,3,微信、,4、微博、
- /// </summary>
- public string F_CustomerNature
- {
- set { _f_customernature = value; }
- get { return _f_customernature; }
- }
- /// <summary>
- /// 客户等级编码1 、2、 3、
- /// </summary>
- public string F_ScaleResume
- {
- set { _f_scaleresume = value; }
- get { return _f_scaleresume; }
- }
- /// <summary>
- /// 客户等级1、一般客户 2、特别关注 3、黑名单
- /// </summary>
- public string F_CustomerClass
- {
- set { _f_customerclass = value; }
- get { return _f_customerclass; }
- }
- /// <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>
- /// 用户id
- /// </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>
- /// 业务类型id
- /// </summary>
- public int? F_IndustryId
- {
- set { _f_industryid = value; }
- get { return _f_industryid; }
- }
- /// <summary>
- /// 业务类型名称
- /// </summary>
- public string F_Url
- {
- set { _f_url = value; }
- get { return _f_url; }
- }
- #endregion
- #region 不用字段
- /// <summary>
- ///
- /// </summary>
- public int? F_TradeId
- {
- set { _f_tradeid = value; }
- get { return _f_tradeid; }
- }
-
-
- /// <summary>
- ///
- /// </summary>
- //
-
- /// <summary>
- ///
- /// </summary>
- public int? F_Layer
- {
- set{ _f_layer=value;}
- get{return _f_layer;}
- }
-
- /// <summary>
- ///
- /// </summary>
- public int? F_CategoryId
- {
- set{ _f_categoryid=value;}
- get{return _f_categoryid;}
- }
-
- /// <summary>
- ///
- /// </summary>
- public int? F_RegionId
- {
- set{ _f_regionid=value;}
- get{return _f_regionid;}
- }
-
- /// <summary>
- ///
- /// </summary>
- public string F_Address
- {
- set{ _f_address=value;}
- get{return _f_address;}
- }
-
-
-
- /// <summary>
- ///
- /// </summary>
- public string F_BusinessProfile
- {
- set{ _f_businessprofile=value;}
- get{return _f_businessprofile;}
- }
- /// <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 int? F_CustomerType
- {
- set{ _f_customertype=value;}
- get{return _f_customertype;}
- }
- /// <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 string F_IntentProduct
- {
- set{ _f_intentproduct=value;}
- get{return _f_intentproduct;}
- }
-
- /// <summary>
- ///
- /// </summary>
- public int? F_DeleteFlag
- {
- set{ _f_deleteflag=value;}
- get{return _f_deleteflag;}
- }
- /// <summary>
- ///
- /// </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_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 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_CustomerNatureID
- {
- set{ _f_customernatureid=value;}
- get{return _f_customernatureid;}
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_CustomerClassID
- {
- set{ _f_customerclassid=value;}
- get{return _f_customerclassid;}
- }
- /// <summary>
- ///
- /// </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;}
- }
- #endregion
-
- }
- }
|