一厂MES,含注塑,喷涂,冲孔
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.7 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
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<int> PullQty { get; set; }
public Nullable<int> MinQty { get; set; }
public Nullable<int> MaxQty { get; set; }
public Nullable<int> SafeQty { get; set; }
public Nullable<int> StockQty { get; set; }
public string StockAreaCode { get; set; }
public Nullable<int> IsPackage { get; set; }
public Nullable<int> IsMix { get; set; }
public Nullable<int> IsMixType { get; set; }
public string ProjectNumber { get; set; }
public string ProjectName { get; set; }
public string PCode { get; set; }
public Nullable<int> Layer1 { get; set; }
public Nullable<int> Layer2 { get; set; }
public Nullable<int> ShelfCode1 { get; set; }
public Nullable<int> 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<int> PackageQty { get; set; }
public Nullable<int> PackageQtyTray { get; set; }
public Nullable<decimal> StandardWeight1 { get; set; }
public Nullable<decimal> 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; }
}
}