using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CallCenterApi.Model { /// /// 客户管理表 /// [Serializable] public partial class T_Cus_CustomerBaseNew { public T_Cus_CustomerBaseNew() { } #region Model private int _f_customerid; private string _f_customercode; private string _f_companyname; private string _f_areaid; private string _f_branchid; private string _f_salesman; private string _f_salesphone; private string _f_customernature; private string _f_channel; private string _f_credit; private string _f_legal; private string _f_legalphone; private string _f_addressprovince; private string _f_addresscity; private string _f_addresscountry; private string _f_addresstownship; private string _f_addressfull; private string _f_brands; private string _f_product; private string _f_frozenflag; private string _f_isopenaccount; private string _f_levelcode; private string _f_levelname; private string _f_mnemoniccode; private string _f_invoicebank; private string _f_invoicebankaccount; private string _f_taxregcode; private string _f_isrunxlx; private string _f_annualsales; private string _f_formula; private string _f_raisecrops; private string _f_plantingarea; private string _f_fertilizerbrand; private int? _f_fileid; private string _f_wxpassword; private string _f_wxopenid; private string _f_remark; private string _f_createby; private DateTime? _f_createon; private int? _f_updatecount; private string _f_updateby; private DateTime? _f_updateon; private int? _f_isdelete; private string _f_deleteby; private DateTime? _f_deleteon; /// /// 自增ID /// public int F_CustomerId { set { _f_customerid = value; } get { return _f_customerid; } } /// /// 客户编号:10位数字 /// public string F_CustomerCode { set { _f_customercode = value; } get { return _f_customercode; } } /// /// 公司名称 /// public string F_CompanyName { set { _f_companyname = value; } get { return _f_companyname; } } /// /// 大区ID /// public string F_AreaID { set { _f_areaid = value; } get { return _f_areaid; } } /// /// 分公司ID /// public string F_BranchID { set { _f_branchid = value; } get { return _f_branchid; } } /// /// 业务员 /// public string F_Salesman { set { _f_salesman = value; } get { return _f_salesman; } } /// /// 业务员电话 /// public string F_SalesPhone { set { _f_salesphone = value; } get { return _f_salesphone; } } /// /// 客户性质 /// public string F_CustomerNature { set { _f_customernature = value; } get { return _f_customernature; } } /// /// 渠道类型:总经销、二级商、种田大户、农户、化工客户、公司员工 /// public string F_Channel { set { _f_channel = value; } get { return _f_channel; } } /// /// 信用等级:一星、二星、三星、四星、五星、空 /// public string F_Credit { set { _f_credit = value; } get { return _f_credit; } } /// /// 法人 /// public string F_Legal { set { _f_legal = value; } get { return _f_legal; } } /// /// 法人电话 /// public string F_LegalPhone { set { _f_legalphone = value; } get { return _f_legalphone; } } /// /// 省 /// public string F_AddressProvince { set { _f_addressprovince = value; } get { return _f_addressprovince; } } /// /// 市 /// public string F_AddressCity { set { _f_addresscity = value; } get { return _f_addresscity; } } /// /// 县 /// public string F_AddressCountry { set { _f_addresscountry = value; } get { return _f_addresscountry; } } /// /// 乡 /// public string F_AddressTownship { set { _f_addresstownship = value; } get { return _f_addresstownship; } } /// /// 详细地址 /// public string F_AddressFull { set { _f_addressfull = value; } get { return _f_addressfull; } } /// /// 经营品牌:心连心、手拉手、沃利沃、双心、空 /// public string F_Brands { set { _f_brands = value; } get { return _f_brands; } } /// /// 产品:复合肥心连心、复合肥手拉手、复合肥沃利沃、复合肥双心、尿素心连心、尿素手拉手、尿素沃利沃、尿素双心 /// public string F_Product { set { _f_product = value; } get { return _f_product; } } /// /// 冻结标志 /// public string F_FrozenFlag { set { _f_frozenflag = value; } get { return _f_frozenflag; } } /// /// 是否开户:已开户、未开户 /// public string F_IsOpenAccount { set { _f_isopenaccount = value; } get { return _f_isopenaccount; } } /// /// 上级客户编码 /// public string F_LevelCode { set { _f_levelcode = value; } get { return _f_levelcode; } } /// /// 上级客户名称 /// public string F_LevelName { set { _f_levelname = value; } get { return _f_levelname; } } /// /// 助记码 /// public string F_MnemonicCode { set { _f_mnemoniccode = value; } get { return _f_mnemoniccode; } } /// /// 开票银行名称 /// public string F_InvoiceBank { set { _f_invoicebank = value; } get { return _f_invoicebank; } } /// /// 开票银行账号 /// public string F_InvoiceBankAccount { set { _f_invoicebankaccount = value; } get { return _f_invoicebankaccount; } } /// /// 纳税人登记号 /// public string F_TaxRegCode { set { _f_taxregcode = value; } get { return _f_taxregcode; } } /// /// 是否经营心连心:是、否 /// public string F_IsRunXLX { set { _f_isrunxlx = value; } get { return _f_isrunxlx; } } /// /// 年销量 /// public string F_AnnualSales { set { _f_annualsales = value; } get { return _f_annualsales; } } /// /// 配方 /// public string F_Formula { set { _f_formula = value; } get { return _f_formula; } } /// /// 种植作物 /// public string F_RaiseCrops { set { _f_raisecrops = value; } get { return _f_raisecrops; } } /// /// 种植面积 /// public string F_PlantingArea { set { _f_plantingarea = value; } get { return _f_plantingarea; } } /// /// 用肥品牌 /// public string F_FertilizerBrand { set { _f_fertilizerbrand = value; } get { return _f_fertilizerbrand; } } /// /// /// public int? F_FileId { set { _f_fileid = value; } get { return _f_fileid; } } /// /// 微信登录密码 /// public string F_WxPassword { set { _f_wxpassword = value; } get { return _f_wxpassword; } } /// /// 微信openid /// public string F_WxOpenId { set { _f_wxopenid = value; } get { return _f_wxopenid; } } /// /// 备注 /// public string F_Remark { set { _f_remark = value; } get { return _f_remark; } } /// /// 创建人工号 /// public string F_CreateBy { set { _f_createby = value; } get { return _f_createby; } } /// /// 创建时间 /// public DateTime? F_CreateOn { set { _f_createon = value; } get { return _f_createon; } } /// /// 修改次数 /// public int? F_UpdateCount { set { _f_updatecount = value; } get { return _f_updatecount; } } /// /// 修改人工号 /// public string F_UpdateBy { set { _f_updateby = value; } get { return _f_updateby; } } /// /// 修改时间 /// public DateTime? F_UpdateOn { set { _f_updateon = value; } get { return _f_updateon; } } /// /// 是否删除:0否,1是 /// public int? F_IsDelete { set { _f_isdelete = value; } get { return _f_isdelete; } } /// /// 删除人工号 /// public string F_DeleteBy { set { _f_deleteby = value; } get { return _f_deleteby; } } /// /// 删除时间 /// public DateTime? F_DeleteOn { set { _f_deleteon = value; } get { return _f_deleteon; } } #endregion Model } }