/* *代码由框架生成,任何更改都可能导致被代码生成器覆盖 *如果数据库字段发生变化,请在代码生器重新生成此Model */ using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using System.Threading.Tasks; using VOL.Entity.SystemModels; namespace VOL.Entity.DomainModels { [Entity(TableCnName = "出库作业单",TableName = "VW_OP_WMS_OUT_DO")] public class VW_OP_WMS_OUT_DO:BaseEntity { /// /// /// [Key] [Display(Name ="WMSDOID")] [Column(TypeName="uniqueidentifier")] [Required(AllowEmptyStrings=false)] public Guid WMSDOID { get; set; } /// /// /// [Display(Name ="WMSNO")] [MaxLength(50)] [Column(TypeName="varchar(50)")] public string WMSNO { get; set; } /// /// /// [Display(Name ="DODATE")] [Column(TypeName="datetime")] public DateTime? DODATE { get; set; } /// /// /// [Display(Name ="CUSTOMERNAME")] [MaxLength(50)] [Column(TypeName="varchar(50)")] public string CUSTOMERNAME { get; set; } /// /// /// [Display(Name ="CORPID")] [MaxLength(50)] [Column(TypeName="varchar(50)")] public string CORPID { get; set; } /// /// /// [Display(Name ="REMARK")] [MaxLength(800)] [Column(TypeName="varchar(800)")] public string REMARK { get; set; } /// /// /// [Display(Name ="Creator")] [MaxLength(50)] [Column(TypeName="varchar(50)")] public string Creator { get; set; } /// /// /// [Display(Name ="CreateID")] [Column(TypeName="uniqueidentifier")] public Guid? CreateID { get; set; } /// /// /// [Display(Name ="CreateDate")] [Column(TypeName="datetime")] public DateTime? CreateDate { get; set; } /// /// /// [Display(Name ="ModifyDate")] [Column(TypeName="datetime")] public DateTime? ModifyDate { get; set; } /// /// /// [Display(Name ="ModifyID")] [Column(TypeName="uniqueidentifier")] public Guid? ModifyID { get; set; } /// /// /// [Display(Name ="Modifier")] [MaxLength(50)] [Column(TypeName="varchar(50)")] public string Modifier { get; set; } /// /// /// [Display(Name ="ISEND")] [Column(TypeName="bit")] public bool? ISEND { get; set; } /// /// /// [Display(Name ="FEESTATUS")] [Column(TypeName="bit")] public bool? FEESTATUS { get; set; } /// /// /// [Display(Name ="BSSTATUS")] [Column(TypeName="bit")] public bool? BSSTATUS { get; set; } /// /// /// [Display(Name ="BSSOURCE")] [MaxLength(50)] [Column(TypeName="varchar(50)")] public string BSSOURCE { get; set; } /// /// /// [Display(Name ="BILLSTATUS")] [MaxLength(20)] [Column(TypeName="varchar(20)")] public string BILLSTATUS { get; set; } /// /// /// [Display(Name ="MBLNO")] [MaxLength(200)] [Column(TypeName="varchar(200)")] public string MBLNO { get; set; } /// /// /// [Display(Name ="CUSTOMNO_IMPORT")] [MaxLength(300)] [Column(TypeName="varchar(300)")] public string CUSTOMNO_IMPORT { get; set; } /// /// /// [Display(Name ="PICKUPNAME")] [MaxLength(50)] [Column(TypeName="varchar(50)")] public string PICKUPNAME { get; set; } /// /// /// [Display(Name ="TRUCKNO")] [MaxLength(50)] [Column(TypeName="varchar(50)")] public string TRUCKNO { get; set; } /// /// /// [Display(Name ="TRUCKMODEL")] [MaxLength(50)] [Column(TypeName="varchar(50)")] public string TRUCKMODEL { get; set; } /// /// /// [Display(Name ="WMSPLANID")] [Column(TypeName="uniqueidentifier")] public Guid? WMSPLANID { get; set; } /// /// /// [Display(Name ="CUSTOMNO")] [MaxLength(300)] [Column(TypeName="varchar(300)")] public string CUSTOMNO { get; set; } /// /// /// [Display(Name ="CNTRNO")] [MaxLength(200)] [Column(TypeName="nvarchar(200)")] public string CNTRNO { get; set; } /// /// /// [Display(Name ="GOODSNAME")] [MaxLength(200)] [Column(TypeName="varchar(200)")] public string GOODSNAME { get; set; } /// /// /// [Display(Name ="GOODSFEETYPE")] [MaxLength(200)] [Column(TypeName="varchar(200)")] public string GOODSFEETYPE { get; set; } /// /// /// [Display(Name ="PKGS")] [Column(TypeName="numeric")] public decimal? PKGS { get; set; } /// ///件数 /// [Display(Name = "件数2")] [Column(TypeName = "numeric")] public decimal? SMALLPKGS { get; set; } /// ///件数 /// [Display(Name = "件数3")] [Column(TypeName = "numeric")] public decimal? MINPKGS { get; set; } /// /// /// [Display(Name ="WEIGHING")] [Column(TypeName="numeric")] public decimal? WEIGHING { get; set; } /// /// /// [Display(Name ="STLMODE")] [Column(TypeName="tinyint")] public byte? STLMODE { get; set; } /// /// /// [Display(Name ="ISOUTTRANSFER")] [Column(TypeName="bit")] public bool? ISOUTTRANSFER { get; set; } /// /// /// [Display(Name ="STOREHOUSEENDDATE")] [Column(TypeName="datetime")] public DateTime? STOREHOUSEENDDATE { get; set; } /// /// /// [Display(Name ="GOODSMODEL")] [MaxLength(600)] [Column(TypeName="nvarchar(600)")] public string GOODSMODEL { get; set; } /// /// /// [Display(Name ="STOREHOUSE")] [MaxLength(600)] [Column(TypeName="nvarchar(600)")] public string STOREHOUSE { get; set; } /// /// /// [Display(Name ="STOREHOUSENAME")] [MaxLength(600)] [Column(TypeName="nvarchar(600)")] public string STOREHOUSENAME { get; set; } /// /// /// [Display(Name ="AREACODE")] [MaxLength(600)] [Column(TypeName="nvarchar(600)")] public string AREACODE { get; set; } /// /// /// [Display(Name ="AREANAME")] [MaxLength(600)] [Column(TypeName="nvarchar(600)")] public string AREANAME { get; set; } /// /// /// [Display(Name ="IN_REMARK")] [MaxLength(1024)] [Column(TypeName="varchar(1024)")] public string IN_REMARK { get; set; } /// /// /// [Display(Name ="REMARK_GOODS")] [MaxLength(1024)] [Column(TypeName="varchar(1024)")] public string REMARK_GOODS { get; set; } /// /// /// [Display(Name ="ISBONDED")] [MaxLength(12)] [Column(TypeName="varchar(12)")] public string ISBONDED { get; set; } /// /// /// [Display(Name ="COUNTRY")] [MaxLength(12)] [Column(TypeName="varchar(12)")] public string COUNTRY { get; set; } /// /// /// [Display(Name ="STORAGEUNITCOUNT")] [Column(TypeName="numeric")] public decimal? STORAGEUNITCOUNT { get; set; } /// /// 是否保税 /// [Display(Name = "BILLTYPE")] [Column(TypeName = "varchar(50)")] public string BILLTYPE { get; set; } } }