123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676 |
- 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; }
- }
- }
|