using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using Core.Mes.Client.Comm.Attribute; namespace com.steering.pss.plan.order.model { /// /// 数据库表PLN_SALEORD_PROC所对应的实体类(生成工具:代码生成工具3.0) /// 作者:xiaohai-PC 时间:2015-11-02 /// public class PlnSaleordProcEntity { /// /// 交货编码PK /// private string ordLnDlyPk = ""; /// /// 排产流水号 /// private string plnDivideId = ""; /// /// 合同号 /// private string orderNo = ""; /// /// 合同行号 /// private string orderSeq = ""; /// /// 交货编码 /// private string deliveryNo = ""; /// /// 产品规范码 /// private string psc = ""; /// /// 工艺文件号 /// private string craftFileNo = ""; /// /// 工艺文件责任人 /// private string craftFileMan = ""; /// /// 冶金规范码 /// private string msc = ""; /// /// 制程索引号 /// private string indexSeq = ""; /// /// 成品工序号(全程途径码) /// private string processSeq = ""; /// /// 默认BOM /// private string bom = ""; /// /// 钢种可选 /// private string gradecodeAll = ""; /// /// 钢种默认 /// private string gradecode = ""; /// /// 轧管机组可选 /// private string groupRollAll = ""; /// /// 默认轧管机组编号 /// private string groupRoll = ""; /// /// 变径类型 /// private string bjType = ""; /// /// 墩拔扩投入物料编码 /// private string eInMaterialNo = ""; /// /// 墩拔扩投入物料描述 /// private string eInMaterialDesc = ""; /// /// 原料管外径 /// private string dimaterYlg = ""; /// /// 原料管壁厚 /// private string heightYlg = ""; /// /// 成品物料编码 /// private string materialNo = ""; /// /// 成品物料描述 /// private string materialDesc = ""; /// /// 坯料属性(锻坯、轧批、铸坯) /// private string stuffProperty = ""; /// /// 成品米单重 /// private string weightPerM = ""; /// /// 分配排产重 /// private string planWtD = ""; /// /// 分配排产支 /// private string planNumD = ""; /// /// 成品完成重量 /// private string finishWt = ""; /// /// 交货编码PK /// [Description("交货编码PK")] [Nullable(false)] [DataLength(40)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 排产流水号 /// [Description("排产流水号")] [Nullable(false)] [DataLength(10)] public string PlnDivideId { get { return plnDivideId; } set { plnDivideId = value; } } /// /// 合同号 /// [Description("合同号")] [Nullable(true)] [DataLength(20)] public string OrderNo { get { return orderNo; } set { orderNo = value; } } /// /// 合同行号 /// [Description("合同行号")] [Nullable(true)] [DataLength(3)] public string OrderSeq { get { return orderSeq; } set { orderSeq = value; } } /// /// 交货编码 /// [Description("交货编码")] [Nullable(true)] [DataLength(3)] public string DeliveryNo { get { return deliveryNo; } set { deliveryNo = value; } } /// /// 产品规范码 /// [Description("产品规范码")] [Nullable(true)] [DataLength(20)] public string Psc { get { return psc; } set { psc = value; } } /// /// 工艺文件号 /// [Description("工艺文件号")] [Nullable(true)] [DataLength(400)] public string CraftFileNo { get { return craftFileNo; } set { craftFileNo = value; } } /// /// 工艺文件责任人 /// [Description("工艺文件责任人")] [Nullable(true)] [DataLength(20)] public string CraftFileMan { get { return craftFileMan; } set { craftFileMan = value; } } /// /// 冶金规范码 /// [Description("冶金规范码")] [Nullable(true)] [DataLength(20)] public string Msc { get { return msc; } set { msc = value; } } /// /// 制程索引号 /// [Description("制程索引号")] [Nullable(true)] [DataLength(32)] public string IndexSeq { get { return indexSeq; } set { indexSeq = value; } } /// /// 成品工序号(全程途径码) /// [Description("全程途径码")] [Nullable(true)] [DataLength(40)] public string ProcessSeq { get { return processSeq; } set { processSeq = value; } } /// /// 默认BOM /// [Description("默认BOM")] [Nullable(true)] [DataLength(40)] public string Bom { get { return bom; } set { bom = value; } } /// /// 钢种可选 /// [Description("钢种可选")] [Nullable(true)] [DataLength(200)] public string GradecodeAll { get { return gradecodeAll; } set { gradecodeAll = value; } } /// /// 钢种默认 /// [Description("钢种默认")] [Nullable(true)] [DataLength(20)] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 轧管机组可选 /// [Description("轧管机组可选")] [Nullable(true)] [DataLength(40)] public string GroupRollAll { get { return groupRollAll; } set { groupRollAll = value; } } /// /// 默认轧管机组编号 /// [Description("默认轧管机组编号")] [Nullable(true)] [DataLength(20)] public string GroupRoll { get { return groupRoll; } set { groupRoll = value; } } /// /// 变径类型 /// [Description("变径类型")] [Nullable(true)] [DataLength(20)] public string BjType { get { return bjType; } set { bjType = value; } } /// /// 墩拔扩投入物料编码 /// [Description("墩拔扩投入物料编码")] [Nullable(true)] [DataLength(30)] public string EInMaterialNo { get { return eInMaterialNo; } set { eInMaterialNo = value; } } /// /// 墩拔扩投入物料描述 /// [Description("墩拔扩投入物料描述")] [Nullable(true)] [DataLength(100)] public string EInMaterialDesc { get { return eInMaterialDesc; } set { eInMaterialDesc = value; } } /// /// 原料管外径 /// [Description("原料管外径(mm)")] [Nullable(true)] [DataLength(10)] public string DimaterYlg { get { return dimaterYlg; } set { dimaterYlg = value; } } /// /// 原料管壁厚 /// [Description("原料管壁厚(mm)")] [Nullable(true)] [DataLength(10)] public string HeightYlg { get { return heightYlg; } set { heightYlg = value; } } /// /// 成品物料编码 /// [Description("成品物料编码")] [Nullable(true)] [DataLength(30)] public string MaterialNo { get { return materialNo; } set { materialNo = value; } } /// /// 成品物料描述 /// [Description("成品物料描述")] [Nullable(true)] [DataLength(100)] public string MaterialDesc { get { return materialDesc; } set { materialDesc = value; } } /// /// 坯料属性(锻坯、轧批、铸坯) /// [Description("坯料属性")] [Nullable(true)] [DataLength(20)] public string StuffProperty { get { return stuffProperty; } set { stuffProperty = value; } } /// /// 成品米单重 /// [Description("成品米单重(t/m)")] [Nullable(true)] [DataLength(16)] public string WeightPerM { get { return weightPerM; } set { weightPerM = value; } } /// /// 分配排产重 /// [Description("分配排产重(t)")] [Nullable(true)] [DataLength(10)] public string PlanWtD { get { return planWtD; } set { planWtD = value; } } /// /// 分配排产支 /// [Description("分配排产支")] [Nullable(true)] [DataLength(10)] public string PlanNumD { get { return planNumD; } set { planNumD = value; } } /// /// 成品完成重量 /// [Description("成品完成重量(t)")] [Nullable(true)] [DataLength(10)] public string FinishWt { get { return finishWt; } set { finishWt = value; } } } }