using System; using System.Collections.Generic; using System.Text; namespace CoreEntity.Entity { [Serializable] public class mem_MemberExts_temp { private string _id; private long _memberkey; private string _membernickname; private string _idcardno; private string _nation; private string _signorgname; private DateTime? _birthday; private DateTime? _validstartdate; private DateTime? _validenddate; private long? _terminalkey; private DateTime? _terminalsynctime; private long? _terminalcode; private string _memberid; private string _sourceid_360lj; private string _sourceid_jd; private string _sourceid_tmall; private string _sourceid_tb; private string _sourceid_r1; private string _sourceid_r2; private string _sourceid_r3; private string _sourceid_r4; private string _deptid; private string _deptcode; private string _productline; private string _subproductline; private DateTime? _age; private string _membergender; private long? _sourceplatforms; private long? _devicetype; private long? _huawuorigintype; private string _businessid; private long? _ispaybycard; private double? _preferentialrate; private string _syncstatus; private bool? _isvisible; private string _customerdataid; private string _aconsigneephone1; private string _aconsigneephone2; private string _aconsigneephone3; private string _adeliveryaddress; private bool? _isdealwith; private bool? _isneworder; private long? _consigneetype; private string _customercode; private string _customername; private string _invoicecontent; private long? _invoicecontenttype; private long? _orderstype; private string _levernumber; private bool? _iso2o; private long? _advancepaytype; private string _istoerp; private string _merchantnote; private string _othernote; private bool? _isprescription; private bool? _isreward; private bool? _isemailmark; private long? _againordercount; private long? _confimlevel; private long? _origintype; private long? _agereal; private string _MemUsualPhone; private string _accountid; private string _accountName; private string _MemUsualAreaCode; private string _MemUsualCityCode; private string _MemUsualProvinceCode; public mem_MemberExts_temp() { } public long MemberKey { get { return _memberkey; } set { _memberkey = value; } } public string MemberNickName { get { return _membernickname; } set { _membernickname = value; } } public string IdCardNo { get { return _idcardno; } set { _idcardno = value; } } public string Nation { get { return _nation; } set { _nation = value; } } public string SignOrgName { get { return _signorgname; } set { _signorgname = value; } } public DateTime? BirthDay { get { return _birthday; } set { _birthday = value; } } public DateTime? ValidStartDate { get { return _validstartdate; } set { _validstartdate = value; } } public DateTime? ValidEndDate { get { return _validenddate; } set { _validenddate = value; } } public long? TerminalKey { get { return _terminalkey; } set { _terminalkey = value; } } public DateTime? TerminalSyncTime { get { return _terminalsynctime; } set { _terminalsynctime = value; } } public long? TerminalCode { get { return _terminalcode; } set { _terminalcode = value; } } public string MemberId { get { return _memberid; } set { _memberid = value; } } public string SourceId_360lj { get { return _sourceid_360lj; } set { _sourceid_360lj = value; } } public string SourceId_jd { get { return _sourceid_jd; } set { _sourceid_jd = value; } } public string SourceId_tmall { get { return _sourceid_tmall; } set { _sourceid_tmall = value; } } public string SourceId_tb { get { return _sourceid_tb; } set { _sourceid_tb = value; } } public string SourceId_r1 { get { return _sourceid_r1; } set { _sourceid_r1 = value; } } public string SourceId_r2 { get { return _sourceid_r2; } set { _sourceid_r2 = value; } } public string SourceId_r3 { get { return _sourceid_r3; } set { _sourceid_r3 = value; } } public string SourceId_r4 { get { return _sourceid_r4; } set { _sourceid_r4 = value; } } public string DeptId { get { return _deptid; } set { _deptid = value; } } public string DeptCode { get { return _deptcode; } set { _deptcode = value; } } public string ProductLine { get { return _productline; } set { _productline = value; } } public string SubProductLine { get { return _subproductline; } set { _subproductline = value; } } public DateTime? Age { get { return _age; } set { _age = value; } } public string MemberGender { get { return _membergender; } set { _membergender = value; } } public long? SourcePlatforms { get { return _sourceplatforms; } set { _sourceplatforms = value; } } public long? DeviceType { get { return _devicetype; } set { _devicetype = value; } } public long? HuaWuOriginType { get { return _huawuorigintype; } set { _huawuorigintype = value; } } public string BusinessId { get { return _businessid; } set { _businessid = value; } } public long? IsPayByCard { get { return _ispaybycard; } set { _ispaybycard = value; } } public double? PreferentialRate { get { return _preferentialrate; } set { _preferentialrate = value; } } public string SyncStatus { get { return _syncstatus; } set { _syncstatus = value; } } public bool? IsVisible { get { return _isvisible; } set { _isvisible = value; } } public string CustomerDataId { get { return _customerdataid; } set { _customerdataid = value; } } public string AConsigneePhone1 { get { return _aconsigneephone1; } set { _aconsigneephone1 = value; } } public string AConsigneePhone2 { get { return _aconsigneephone2; } set { _aconsigneephone2 = value; } } public string AConsigneePhone3 { get { return _aconsigneephone3; } set { _aconsigneephone3 = value; } } public string ADeliveryAddress { get { return _adeliveryaddress; } set { _adeliveryaddress = value; } } public bool? IsDealWith { get { return _isdealwith; } set { _isdealwith = value; } } public bool? IsNewOrder { get { return _isneworder; } set { _isneworder = value; } } public long? ConsigneeType { get { return _consigneetype; } set { _consigneetype = value; } } public string CustomerCode { get { return _customercode; } set { _customercode = value; } } public string CustomerName { get { return _customername; } set { _customername = value; } } public string InvoiceContent { get { return _invoicecontent; } set { _invoicecontent = value; } } public long? InvoiceContentType { get { return _invoicecontenttype; } set { _invoicecontenttype = value; } } public long? OrdersType { get { return _orderstype; } set { _orderstype = value; } } public string LeverNumber { get { return _levernumber; } set { _levernumber = value; } } public bool? IsO2O { get { return _iso2o; } set { _iso2o = value; } } public long? AdvancePayType { get { return _advancepaytype; } set { _advancepaytype = value; } } public string IsToERP { get { return _istoerp; } set { _istoerp = value; } } public string MerchantNote { get { return _merchantnote; } set { _merchantnote = value; } } public string OtherNote { get { return _othernote; } set { _othernote = value; } } public bool? IsPrescription { get { return _isprescription; } set { _isprescription = value; } } public bool? IsReward { get { return _isreward; } set { _isreward = value; } } public bool? IsEmailmark { get { return _isemailmark; } set { _isemailmark = value; } } public long? AgainOrderCount { get { return _againordercount; } set { _againordercount = value; } } public long? ConfimLevel { get { return _confimlevel; } set { _confimlevel = value; } } public long? OriginType { get { return _origintype; } set { _origintype = value; } } public long? AgeReal { get { return _agereal; } set { _agereal = value; } } public string MemUsualPhone { get => _MemUsualPhone; set => _MemUsualPhone = value; } public string _Id { get => _id; set => _id = value; } public string AccountId { get => _accountid; set => _accountid = value; } public string AccountName { get => _accountName; set => _accountName = value; } public string MemUsualAreaCode { get => _MemUsualAreaCode; set => _MemUsualAreaCode = value; } public string MemUsualCityCode { get => _MemUsualCityCode; set => _MemUsualCityCode = value; } public string MemUsualProvinceCode { get => _MemUsualProvinceCode; set => _MemUsualProvinceCode = value; } } }