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_WmsOutList_Print", DisableSyncStructure = true)] public partial class VWWmsOutListPrint { [JsonProperty, Column(DbType = "varchar(1000)")] public string ADDR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? APFEE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string ARCLIENTWMSOUT { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string AREANAME { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? ARFEE { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string ASSOCIATEDNO { get; set; } [JsonProperty, Column(Name = "blno", DbType = "varchar(100)")] public string Blno { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string BSNO { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string BZTCHNO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CHIEF { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CLIENTNAMEOLD { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string CONTRACTNO { get; set; } [JsonProperty, Column(DbType = "varchar(150)", IsNullable = false)] public string CORPID { get; set; } [JsonProperty] public DateTime? CREATETIME { get; set; } [JsonProperty, Column(DbType = "varchar(150)", IsNullable = false)] public string CREATEUSER { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CUSTOMERNAME { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CUSTOMNO { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string DESCRIPTION { get; set; } [JsonProperty] public DateTime? DODATE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string EMAIL { get; set; } [JsonProperty, Column(DbType = "char(10)")] public string ENDBILLINGDATE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string EnFullName { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string FAX { get; set; } [JsonProperty] public int? FEEDAYS { get; set; } [JsonProperty] public int FREESTORAGEPERIOD { get; set; } [JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)] public string GID { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string GOODSGRADE { get; set; } [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? GOODSLENGTH { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string GOODSMODEL { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string GOODSNAME { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? GOODSOUTFEE { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? GOODSOUTFEEAP { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string GOODSPACK { get; set; } [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? GOODSPACKPFSL { get; set; } [JsonProperty, Column(DbType = "numeric(18,6)")] public decimal? GOODSPFSL { get; set; } [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? GOODSSLICE { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string GOODSSTANDARD { get; set; } [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? GOODSTHICKNESS { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string GOODSTYPE { get; set; } [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? GOODSWIDTH { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string INSPECTIONNO { get; set; } [JsonProperty] public bool? ISCHANGE { get; set; } [JsonProperty] public bool? ISLOCK { get; set; } [JsonProperty] public DateTime? LOCKTIME { get; set; } [JsonProperty, Column(DbType = "varchar(150)", IsNullable = false)] public string LOCKUSER { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string MBLNONEW { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string NAME { get; set; } [JsonProperty, Column(DbType = "char(10)")] public string OLDCUSTFEEDATE { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string OUTBSNO { get; set; } [JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)] public string OUTGID { get; set; } [JsonProperty, Column(DbType = "varchar(1024)")] public string REMARK { get; set; } [JsonProperty, Column(Name = "REMARK_OUT", DbType = "varchar(1024)")] public string REMARKOUT { get; set; } [JsonProperty, Column(Name = "REMARK2_OUT", DbType = "varchar(100)")] public string REMARK2OUT { get; set; } [JsonProperty, Column(DbType = "char(10)")] public string STARTBILLINGDATE { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string STORAGENAME { get; set; } [JsonProperty, Column(Name = "STORAGENAME_FULL", DbType = "varchar(50)")] public string STORAGENAMEFULL { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string TEL { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string TOTALNO { get; set; } [JsonProperty, Column(DbType = "varchar(500)")] public string TRUCKNO { get; set; } [JsonProperty] public DateTime? VALIDDATE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string WEB { get; set; } [JsonProperty] public DateTime? WMSDATE { get; set; } [JsonProperty, Column(Name = "wmsdays")] public int? Wmsdays { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string WMSNO { get; set; } } }