using System; using System.Collections.Generic; using System.Text; namespace CoreEntity.Entity { [Serializable] public class Orders { private string _Id; private string _orderscode; private DateTime? _creationdate; private string _lastmodified; private Guid _accountid; private string _accountname; private string _consignee; private string _deliveryzipcode; private string _invoice; private string _invoiceno; private string _ordernotes; private int? _sum; private int? _initsum; private int? _productcost; private int? _reducing; private int? _discountprice; private int? _paymenttype; private int? _deliverytype; private DateTime? _ordertime; private DateTime? _shippingtime; private string _receivingtime; private string _shippingno; private int? _orderstatus; private bool? _isreturn; private int? _transportcosts; private string _regioncode; private bool? _isrxdrug; private int? _origintype; private Guid _operateid; private Guid _deptid; private string _deptcode; private Guid _buyuserid; private string _productline; private string _subproductline; private string _diseaseclasscode; private string _age; private string _sex; private string _syncstatus; private bool? _isvisible; private int? _errorcount; private bool? _isneedreceipt; private int? _ordersintegral; private int? _couponcode; private int? _couponvalue; private bool? _ispayment; private Guid _auditorid; private DateTime? _allocationtime; private int? _sourceplatforms; private int? _devicetype; private bool? _isreward; private bool? _isemailmark; private Guid _customerdataid; private bool? _isdrug; private int? _huawuorigintype; private int? _invoicesum; private int? _advancesum; private int? _againordercount; private int? _confimlevel; private string _businessid; private bool? _ispaybycard; private decimal? _preferentialrate; private string _verificationcode; private string _aconsigneephone1; private string _aconsigneephone2; private string _aconsigneephone3; private string _adeliveryaddress; private bool? _isautomaticsigned; private int? _warehousecode; private int? _cashcouponvalue; private string _cashcouponcode; private bool? _isdealwith; private bool? _isneworder; private int? _consigneetype; private string _customercode; private string _customername; private string _invoicecontent; private int? _invoicecontenttype; private int? _orderstype; private string _weight; private string _height; private int? _healthprice; private string _levernumber; private bool? _iso2o; private int? _advancepaytype; private DateTime? _inventoryauditdate; private string _orderprocessdate; private bool? _allocationflag; private DateTime? _bonusdate; private int? _integralvalue; private string _istoerp; private string _merchantnote; private string _othernote; private bool? _isprescription; private Guid _confirmid; public Orders() { } public string OrdersCode { get { return _orderscode; } set { _orderscode = value; } } public DateTime? CreationDate { get { return _creationdate; } set { _creationdate = value; } } public string LastModified { get { return _lastmodified; } set { _lastmodified = value; } } public Guid AccountId { get { return _accountid; } set { _accountid = value; } } public string AccountName { get { return _accountname; } set { _accountname = value; } } public string Consignee { get { return _consignee; } set { _consignee = value; } } public string DeliveryZipCode { get { return _deliveryzipcode; } set { _deliveryzipcode = value; } } public string Invoice { get { return _invoice; } set { _invoice = value; } } public string InvoiceNo { get { return _invoiceno; } set { _invoiceno = value; } } public string OrderNotes { get { return _ordernotes; } set { _ordernotes = value; } } public int? Sum { get { return _sum; } set { _sum = value; } } public int? InitSum { get { return _initsum; } set { _initsum = value; } } public int? ProductCost { get { return _productcost; } set { _productcost = value; } } public int? Reducing { get { return _reducing; } set { _reducing = value; } } public int? Discountprice { get { return _discountprice; } set { _discountprice = value; } } public int? PaymentType { get { return _paymenttype; } set { _paymenttype = value; } } public int? DeliveryType { get { return _deliverytype; } set { _deliverytype = value; } } public DateTime? OrderTime { get { return _ordertime; } set { _ordertime = value; } } public DateTime? ShippingTime { get { return _shippingtime; } set { _shippingtime = value; } } public string ReceivingTime { get { return _receivingtime; } set { _receivingtime = value; } } public string ShippingNo { get { return _shippingno; } set { _shippingno = value; } } public int? OrderStatus { get { return _orderstatus; } set { _orderstatus = value; } } public bool? IsReturn { get { return _isreturn; } set { _isreturn = value; } } public int? TransportCosts { get { return _transportcosts; } set { _transportcosts = value; } } public string RegionCode { get { return _regioncode; } set { _regioncode = value; } } public bool? IsRxDrug { get { return _isrxdrug; } set { _isrxdrug = value; } } public int? OriginType { get { return _origintype; } set { _origintype = value; } } public Guid OperateID { get { return _operateid; } set { _operateid = value; } } public Guid DeptId { get { return _deptid; } set { _deptid = value; } } public string DeptCode { get { return _deptcode; } set { _deptcode = value; } } public Guid BuyUserId { get { return _buyuserid; } set { _buyuserid = value; } } public string ProductLine { get { return _productline; } set { _productline = value; } } public string SubProductLine { get { return _subproductline; } set { _subproductline = value; } } public string DiseaseClassCode { get { return _diseaseclasscode; } set { _diseaseclasscode = value; } } public string Age { get { return _age; } set { _age = value; } } public string Sex { get { return _sex; } set { _sex = value; } } public string SyncStatus { get { return _syncstatus; } set { _syncstatus = value; } } public bool? IsVisible { get { return _isvisible; } set { _isvisible = value; } } public int? ErrorCount { get { return _errorcount; } set { _errorcount = value; } } public bool? IsNeedReceipt { get { return _isneedreceipt; } set { _isneedreceipt = value; } } public int? OrdersIntegral { get { return _ordersintegral; } set { _ordersintegral = value; } } public int? CouponCode { get { return _couponcode; } set { _couponcode = value; } } public int? CouponValue { get { return _couponvalue; } set { _couponvalue = value; } } public bool? Ispayment { get { return _ispayment; } set { _ispayment = value; } } public Guid AuditorId { get { return _auditorid; } set { _auditorid = value; } } public DateTime? AllocationTime { get { return _allocationtime; } set { _allocationtime = value; } } public int? SourcePlatforms { get { return _sourceplatforms; } set { _sourceplatforms = value; } } public int? DeviceType { get { return _devicetype; } set { _devicetype = value; } } public bool? IsReward { get { return _isreward; } set { _isreward = value; } } public bool? IsEmailmark { get { return _isemailmark; } set { _isemailmark = value; } } public Guid CustomerDataId { get { return _customerdataid; } set { _customerdataid = value; } } public bool? IsDrug { get { return _isdrug; } set { _isdrug = value; } } public int? HuaWuOriginType { get { return _huawuorigintype; } set { _huawuorigintype = value; } } public int? InvoiceSum { get { return _invoicesum; } set { _invoicesum = value; } } public int? AdvanceSum { get { return _advancesum; } set { _advancesum = value; } } public int? AgainOrderCount { get { return _againordercount; } set { _againordercount = value; } } public int? ConfimLevel { get { return _confimlevel; } set { _confimlevel = value; } } public string BusinessId { get { return _businessid; } set { _businessid = value; } } public bool? IsPayByCard { get { return _ispaybycard; } set { _ispaybycard = value; } } public decimal? PreferentialRate { get { return _preferentialrate; } set { _preferentialrate = value; } } public string VerificationCode { get { return _verificationcode; } set { _verificationcode = 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? IsAutomaticSigned { get { return _isautomaticsigned; } set { _isautomaticsigned = value; } } public int? WarehouseCode { get { return _warehousecode; } set { _warehousecode = value; } } public int? CashCouponValue { get { return _cashcouponvalue; } set { _cashcouponvalue = value; } } public string CashCouponCode { get { return _cashcouponcode; } set { _cashcouponcode = value; } } public bool? IsDealWith { get { return _isdealwith; } set { _isdealwith = value; } } public bool? IsNewOrder { get { return _isneworder; } set { _isneworder = value; } } public int? 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 int? InvoiceContentType { get { return _invoicecontenttype; } set { _invoicecontenttype = value; } } public int? OrdersType { get { return _orderstype; } set { _orderstype = value; } } public string Weight { get { return _weight; } set { _weight = value; } } public string Height { get { return _height; } set { _height = value; } } public int? HealthPrice { get { return _healthprice; } set { _healthprice = value; } } public string LeverNumber { get { return _levernumber; } set { _levernumber = value; } } public bool? IsO2O { get { return _iso2o; } set { _iso2o = value; } } public int? AdvancePayType { get { return _advancepaytype; } set { _advancepaytype = value; } } public DateTime? InventoryAuditDate { get { return _inventoryauditdate; } set { _inventoryauditdate = value; } } public string OrderProcessDate { get { return _orderprocessdate; } set { _orderprocessdate = value; } } public bool? AllocationFlag { get { return _allocationflag; } set { _allocationflag = value; } } public DateTime? BonusDate { get { return _bonusdate; } set { _bonusdate = value; } } public int? IntegralValue { get { return _integralvalue; } set { _integralvalue = 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 Guid ConfirmId { get { return _confirmid; } set { _confirmid = value; } } public string _id { get => _Id; set => _Id = value; } } }