using FreeSql.DatabaseModel;using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Newtonsoft.Json; using FreeSql.DataAnnotations; namespace djy.Model { [JsonObject(MemberSerialization.OptIn), Table(Name = "VW_ch_fee_invoice_duty_free", DisableSyncStructure = true)] public partial class VWChFeeInvoiceDutyFree { [JsonProperty, Column(DbType = "varchar(12)")] public string ACCDATE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string ACCOUNT { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? AMOUNT { get; set; } [JsonProperty, Column(Name = "AMOUNT_d", DbType = "numeric(18,3)")] public decimal? AMOUNTD { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string AMOUNTCAPITAL { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string BANK { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string BILLNO { get; set; } [JsonProperty, Column(Name = "BILLSTATUS_d")] public int? BILLSTATUSD { get; set; } [JsonProperty, Column(StringLength = 100)] public string BSNO { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string BSSOURCE { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string BSSOURCEDETAIL { get; set; } [JsonProperty] public int? BSSTATUS { get; set; } [JsonProperty] public int? BSTYPE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CARRIER { get; set; } [JsonProperty] public int? CATEGORY { get; set; } [JsonProperty] public int? CNTR1 { get; set; } [JsonProperty] public int? CNTR10 { get; set; } [JsonProperty] public int? CNTR2 { get; set; } [JsonProperty] public int? CNTR3 { get; set; } [JsonProperty] public int? CNTR4 { get; set; } [JsonProperty] public int? CNTR5 { get; set; } [JsonProperty] public int? CNTR6 { get; set; } [JsonProperty] public int? CNTR7 { get; set; } [JsonProperty] public int? CNTR8 { get; set; } [JsonProperty] public int? CNTR9 { get; set; } [JsonProperty, Column(DbType = "varchar(4000)")] public string CNTRTOTAL { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string COMPANYID { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string CORPID { get; set; } [JsonProperty] public DateTime? CREATETIME { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CURRENCY { get; set; } [JsonProperty, Column(Name = "CURRENCY_d", DbType = "varchar(20)")] public string CURRENCYD { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string CUSTNO { get; set; } [JsonProperty] public DateTime? CUSTOMDATE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string CUSTOMERNAME { get; set; } [JsonProperty, Column(Name = "CUSTOMERNAME_d", DbType = "varchar(50)")] public string CUSTOMERNAMED { get; set; } [JsonProperty, Column(Name = "CUSTOMERNAME_i", DbType = "varchar(50)")] public string CUSTOMERNAMEI { get; set; } [JsonProperty, Column(DbType = "varchar(1024)")] public string CUSTOMNO { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string CUSTSERVICE { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? DOAMOUNT { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string DOC { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string ENTERP { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string ETD { get; set; } [JsonProperty, Column(Name = "EXCHANGERATE_d", DbType = "numeric(18,5)")] public decimal? EXCHANGERATED { get; set; } [JsonProperty, Column(Name = "EXCHANGERATE_f", DbType = "numeric(18,5)")] public decimal? EXCHANGERATEF { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string FEEID { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string FEENAME { get; set; } [JsonProperty] public int? FEESTATUS { get; set; } [JsonProperty] public int? FEETYPE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string FORWARDER { get; set; } [JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)] public string GID { get; set; } [JsonProperty, Column(Name = "GID_i", DbType = "varchar(36)", IsNullable = false)] public string GIDI { get; set; } [JsonProperty, Column(Name = "gjRMB", DbType = "numeric(18,3)")] public decimal GjRMB { get; set; } [JsonProperty, Column(Name = "gjUSD", DbType = "numeric(18,3)")] public decimal GjUSD { get; set; } [JsonProperty, Column(Name = "gkRMB", DbType = "numeric(19,3)")] public decimal GkRMB { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string GOODSNAME { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string HBLNO { get; set; } [JsonProperty, Column(DbType = "varchar(150)")] public string INPUTBY { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string INVOICECUSTNAME { get; set; } [JsonProperty] public DateTime? INVOICEMAKETIME { get; set; } [JsonProperty, Column(DbType = "varchar(200)")] public string INVOICENO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string INVOICESETTLENO { get; set; } [JsonProperty] public bool? ISDELETED { get; set; } [JsonProperty, Column(Name = "KEYVALUE_k1", DbType = "varchar(100)", IsNullable = false)] public string KEYVALUEK1 { get; set; } [JsonProperty, Column(Name = "KEYVALUE_k2", DbType = "varchar(100)", IsNullable = false)] public string KEYVALUEK2 { get; set; } [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? KGS { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string LANE { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string MBLNO { get; set; } [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? NETWEIGHT { get; set; } [JsonProperty, Column(DbType = "varchar(150)")] public string OP { get; set; } [JsonProperty] public DateTime? OPDATE { get; set; } [JsonProperty, Column(DbType = "varchar(14)")] public string OPLB { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string OPLBNAME { get; set; } [JsonProperty, Column(DbType = "varchar(6)", IsNullable = false)] public string OPTYPE { get; set; } [JsonProperty, Column(DbType = "varchar(101)")] public string ORDERNO { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? ORIGAMOUNT { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string ORIGCURRENCY { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? ORIGSTLAMOUNT { get; set; } [JsonProperty] public int? OTCNTR { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string PORTDISCHARGE { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string PORTLOAD { get; set; } [JsonProperty, Column(Name = "qtRMB", DbType = "numeric(19,3)")] public decimal QtRMB { get; set; } [JsonProperty, Column(DbType = "varchar(1024)")] public string REMARK { get; set; } [JsonProperty, Column(Name = "REMARK_d", DbType = "varchar(1024)")] public string REMARKD { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string SALE { get; set; } [JsonProperty] public int? TEU { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string TRADETYPE { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string VESSEL { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string VOYNO { get; set; } } }