/*
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
*如果数据库字段发生变化,请在代码生器重新生成此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 WIDESEA.Entity.SystemModels;
namespace WIDESEA.Entity.DomainModels
{
[Entity(TableCnName = "组盘信息历史",TableName = "VV_BoxingInfo_Hty")]
public class VV_BoxingInfo_Hty:BaseEntity
{
///
///组盘头id
///
[Key]
[Display(Name ="组盘头id")]
[Column(TypeName="uniqueidentifier")]
[Required(AllowEmptyStrings=false)]
public Guid boxhead_id { get; set; }
///
///仓库
///
[MaxLength(80)]
[Column(TypeName="nvarchar(80)")]
[Required(AllowEmptyStrings = false)]
public string boxhead_areaid { get; set; }
///
///托盘号123123
///
[Display(Name ="托盘号123123")]
[MaxLength(40)]
[Column(TypeName="nvarchar(40)")]
[Required(AllowEmptyStrings=false)]
public string boxhead_barcode { get; set; }
///
///创建者
///
[Display(Name ="创建者")]
[MaxLength(40)]
[Column(TypeName="nvarchar(40)")]
[Required(AllowEmptyStrings=false)]
public string boxhead_creator { get; set; }
///
///组盘开始时间
///
[Display(Name ="组盘开始时间222")]
[Column(TypeName="datetime")]
[Required(AllowEmptyStrings=false)]
public DateTime boxhead_createtime { get; set; }
///
///最后一次组盘时间
///
[Display(Name ="最后一次组盘时间")]
[Column(TypeName="datetime")]
public DateTime? boxhead_lastdatetime { get; set; }
///
///预留1
///
[Display(Name ="预留1")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxhead_text1 { get; set; }
///
///预留2
///
[Display(Name ="预留2")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxhead_text2 { get; set; }
///
///预留3
///
[Display(Name ="预留3")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxhead_text3 { get; set; }
///
///主键
///
[Display(Name ="主键")]
[Column(TypeName="uniqueidentifier")]
[Required(AllowEmptyStrings=false)]
public Guid boxdtl_id { get; set; }
///
///组盘头id
///
[Display(Name ="组盘头id")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
[Required(AllowEmptyStrings=false)]
public string boxdtl_headid { get; set; }
///
///物料id
///
[Display(Name ="物料id")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
[Required(AllowEmptyStrings=false)]
public string boxdtl_materielid { get; set; }
///
///数量
///
[Display(Name ="数量")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_qty { get; set; }
///
///预留1
///
[Display(Name ="预留1")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_text1 { get; set; }
///
///预留2
///
[Display(Name ="预留2")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_text2 { get; set; }
///
///预留3
///
[Display(Name ="预留3")]
[MaxLength(255)]
[Column(TypeName="varchar(255)")]
public string boxdtl_text3 { get; set; }
///
///物料id
///
[Display(Name ="物料id")]
[MaxLength(200)]
[Column(TypeName="nvarchar(200)")]
[Required(AllowEmptyStrings=false)]
public string materiel_id { get; set; }
///
///物料名称
///
[Display(Name ="物料名称")]
[MaxLength(400)]
[Column(TypeName="nvarchar(400)")]
[Required(AllowEmptyStrings=false)]
public string materiel_name { get; set; }
///
///物料类型
///
[Display(Name ="物料类型")]
[MaxLength(40)]
[Column(TypeName="nvarchar(40)")]
public string materiel_type { get; set; }
///
///
///
[Display(Name ="boxhead_weight")]
[MaxLength(80)]
[Column(TypeName="nvarchar(80)")]
public string boxhead_weight { get; set; }
///
///
///
[Display(Name ="boxdtl_reuqstKey")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_reuqstKey { get; set; }
///
///
///
[Display(Name ="boxdtl_operator")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_operator { get; set; }
///
///
///
[Display(Name ="boxdtl_identifierNo")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_identifierNo { get; set; }
///
///
///
[Display(Name ="boxdtl_inboundUnit")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_inboundUnit { get; set; }
///
///
///
[Display(Name ="boxdtl_standard")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_standard { get; set; }
///
///
///
[Display(Name ="boxdtl_carType")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_carType { get; set; }
///
///
///
[Display(Name ="boxdtl_type")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_type { get; set; }
///
///
///
[Display(Name ="boxdtl_madeUnit")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_madeUnit { get; set; }
///
///
///
[Display(Name ="boxdtl_madeDate")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_madeDate { get; set; }
///
///
///
[Display(Name ="boxdtl_number")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_number { get; set; }
///
///
///
[Display(Name ="boxdtl_text4")]
[MaxLength(255)]
[Column(TypeName="varchar(255)")]
public string boxdtl_text4 { get; set; }
///
///
///
[Display(Name ="boxdtl_text5")]
[MaxLength(255)]
[Column(TypeName="varchar(255)")]
public string boxdtl_text5 { get; set; }
///
///
///
[Display(Name ="boxdtl_date")]
[Column(TypeName="datetime")]
public DateTime? boxdtl_date { get; set; }
///
///
///
[Display(Name ="boxdtl_qrCode")]
[MaxLength(255)]
[Column(TypeName="varchar(255)")]
public string boxdtl_qrCode { get; set; }
///
///
///
[Display(Name ="boxdtl_barcode")]
[MaxLength(100)]
[Column(TypeName="nvarchar(100)")]
public string boxdtl_barcode { get; set; }
///
///
///
[Display(Name ="boxhead_finishtime")]
[Column(TypeName="datetime")]
[Required(AllowEmptyStrings=false)]
public DateTime boxhead_finishtime { get; set; }
}
}