//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace MESClassLibrary.EFModel { using System; using System.Collections.Generic; public partial class t_XD_Product { public decimal ID { get; set; } public string Code { get; set; } public string Name { get; set; } public string TypeCode { get; set; } public string Model { get; set; } public string UnitCode { get; set; } public string CarModelCode { get; set; } public string ColorCode { get; set; } public Nullable PullQty { get; set; } public Nullable MinQty { get; set; } public Nullable MaxQty { get; set; } public Nullable SafeQty { get; set; } public Nullable StockQty { get; set; } public string StockAreaCode { get; set; } public Nullable IsPackage { get; set; } public Nullable IsMix { get; set; } public Nullable IsMixType { get; set; } public string ProjectNumber { get; set; } public string ProjectName { get; set; } public string PCode { get; set; } public Nullable Layer1 { get; set; } public Nullable Layer2 { get; set; } public Nullable ShelfCode1 { get; set; } public Nullable ShelfCode2 { get; set; } public string QState { get; set; } public string SjCode { get; set; } public string LU1 { get; set; } public string LU2 { get; set; } public string LU3 { get; set; } public string LU4 { get; set; } public string LU5 { get; set; } public string LU6 { get; set; } public string LU7 { get; set; } public string LU8 { get; set; } public string LU9 { get; set; } public string LU10 { get; set; } public string ShipType { get; set; } public Nullable PackageQty { get; set; } public Nullable PackageQtyTray { get; set; } public Nullable StandardWeight1 { get; set; } public Nullable StandardWeight2 { get; set; } public string Userdefined1 { get; set; } public string Userdefined2 { get; set; } public string Userdefined3 { get; set; } public string Userdefined4 { get; set; } public string Userdefined5 { get; set; } } }