using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace com.steering.mes.mcp.entity { /// /// 数据库表PLN_ZY_JG_MIDDLE所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20180117CCCC 时间:2018-10-12 /// public class PlnZyJgMiddleEntity { /// /// 主键 /// private string guid = ""; /// /// 工单号 /// private string woId = ""; /// /// 接箍合同号 /// private string jgOrderno = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 批号 /// private string batchNo = ""; /// /// 组号 /// private string batchGroudNo = ""; /// /// 接箍产线代码 /// private string plineCode = ""; /// /// 接箍产线描述 /// private string plineName = ""; /// /// 压印喷标要求(4项之一) /// private string demandCopper = ""; /// /// 探伤要求(4项之一,408401) /// private string demandDetection = ""; /// /// 喷砂要求(4项之一) /// private string demandBlast = ""; /// /// 磷化镀铜要求(4项之一,408402) /// private string demandBonderizing = ""; /// /// 个数 /// private decimal? planNum = null; /// /// 重量 /// private decimal? planWt = null; /// /// 冶炼炉号(电炉号) /// private string stoveNo = ""; /// /// 标示炉号(打印炉号) /// private string flagStoveNo = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 接箍规格描述 /// private string specJgDesc = ""; /// /// 接箍规格代码 /// private string specJg = ""; /// /// 中孔类别(I、II、III、IV...) /// private string styleJg = ""; /// /// 接箍标准代码 /// private string stdCode = ""; /// /// 接箍标准名称 /// private string stdName = ""; /// /// 接箍标准类别代码 /// private string stdStyle = ""; /// /// 接箍标准类别描述(I、II、III) /// private string stdStyleDesc = ""; /// /// 接箍品种代码 /// private string produccodeJg = ""; /// /// 接箍品种描述 /// private string produccodeJgDesc = ""; /// /// 接箍码 /// private string codeJg = ""; /// /// 扣型代码 /// private string modelCode = ""; /// /// 接箍扣型描述 /// private string modelDesc = ""; /// /// 是否接箍监制 /// private string ifMonitorJg = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 状态(0,正常交库,1利库) /// private string status = ""; /// /// 备注 /// private string memo = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 合同号 /// private string orderNo = ""; /// /// 合同行号 /// private string orderSeq = ""; /// /// 合同子行号 /// private string orderSeqNo = ""; /// /// 合同主键 /// private string ordPk = ""; /// /// 合同行主键 /// private string ordLnPk = ""; /// /// 交货行主键 /// private string ordLnDlyPk = ""; /// /// 主键 /// [Description("主键")] [Nullable(false)] [DataLength(40)] public string Guid { get { return guid; } set { guid = value; } } /// /// 工单号 /// [Description("工单号")] [Nullable(true)] [DataLength(40)] public string WoId { get { return woId; } set { woId = value; } } /// /// 接箍合同号 /// [Description("接箍合同号")] [Nullable(true)] [DataLength(40)] public string JgOrderno { get { return jgOrderno; } set { jgOrderno = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(6)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 批号 /// [Description("批号")] [Nullable(true)] [DataLength(20)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 组号 /// [Description("组号")] [Nullable(true)] [DataLength(3)] public string BatchGroudNo { get { return batchGroudNo; } set { batchGroudNo = value; } } /// /// 接箍产线代码 /// [Description("接箍产线代码")] [Nullable(true)] [DataLength(20)] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 接箍产线描述 /// [Description("接箍产线描述")] [Nullable(true)] [DataLength(100)] public string PlineName { get { return plineName; } set { plineName = value; } } /// /// 压印喷标要求(4项之一) /// [Description("压印喷标要求")] [Nullable(true)] [DataLength(40)] public string DemandCopper { get { return demandCopper; } set { demandCopper = value; } } /// /// 探伤要求(4项之一,408401) /// [Description("探伤要求")] [Nullable(true)] [DataLength(40)] public string DemandDetection { get { return demandDetection; } set { demandDetection = value; } } /// /// 喷砂要求(4项之一) /// [Description("喷砂要求")] [Nullable(true)] [DataLength(40)] public string DemandBlast { get { return demandBlast; } set { demandBlast = value; } } /// /// 磷化镀铜要求(4项之一,408402) /// [Description("磷化镀铜要求")] [Nullable(true)] [DataLength(40)] public string DemandBonderizing { get { return demandBonderizing; } set { demandBonderizing = value; } } /// /// 个数 /// [Description("个数")] [Nullable(true)] [DataLength(10)] public decimal? PlanNum { get { return planNum; } set { planNum = value; } } /// /// 重量 /// [Description("重量")] [Nullable(true)] [DataLength(10)] public decimal? PlanWt { get { return planWt; } set { planWt = value; } } /// /// 冶炼炉号(电炉号) /// [Description("冶炼炉号")] [Nullable(true)] [DataLength(10)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 标示炉号(打印炉号) /// [Description("标示炉号")] [Nullable(true)] [DataLength(10)] public string FlagStoveNo { get { return flagStoveNo; } set { flagStoveNo = value; } } /// /// 钢级(牌号)代码 /// [Description("钢级代码")] [Nullable(true)] [DataLength(10)] public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级(牌号)名称 /// [Description("钢级名称")] [Nullable(true)] [DataLength(100)] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 钢种代码 /// [Description("钢种代码")] [Nullable(true)] [DataLength(10)] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 钢种名称 /// [Description("钢种名称")] [Nullable(true)] [DataLength(100)] public string Gradename { get { return gradename; } set { gradename = value; } } /// /// 接箍规格描述 /// [Description("接箍规格描述")] [Nullable(true)] [DataLength(100)] public string SpecJgDesc { get { return specJgDesc; } set { specJgDesc = value; } } /// /// 接箍规格代码 /// [Description("接箍规格代码")] [Nullable(true)] [DataLength(10)] public string SpecJg { get { return specJg; } set { specJg = value; } } /// /// 中孔类别(I、II、III、IV...) /// [Description("中孔类别")] [Nullable(true)] [DataLength(8)] public string StyleJg { get { return styleJg; } set { styleJg = value; } } /// /// 接箍标准代码 /// [Description("接箍标准代码")] [Nullable(true)] [DataLength(20)] public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 接箍标准名称 /// [Description("接箍标准名称")] [Nullable(true)] [DataLength(200)] public string StdName { get { return stdName; } set { stdName = value; } } /// /// 接箍标准类别代码 /// [Description("接箍标准类别代码")] [Nullable(true)] [DataLength(10)] public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } /// /// 接箍标准类别描述(I、II、III) /// [Description("接箍标准类别描述")] [Nullable(true)] [DataLength(10)] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } /// /// 接箍品种代码 /// [Description("接箍品种代码")] [Nullable(true)] [DataLength(20)] public string ProduccodeJg { get { return produccodeJg; } set { produccodeJg = value; } } /// /// 接箍品种描述 /// [Description("接箍品种描述")] [Nullable(true)] [DataLength(100)] public string ProduccodeJgDesc { get { return produccodeJgDesc; } set { produccodeJgDesc = value; } } /// /// 接箍码 /// [Description("接箍码")] [Nullable(true)] [DataLength(7)] public string CodeJg { get { return codeJg; } set { codeJg = value; } } /// /// 扣型代码 /// [Description("扣型代码")] [Nullable(true)] [DataLength(20)] public string ModelCode { get { return modelCode; } set { modelCode = value; } } /// /// 接箍扣型描述 /// [Description("接箍扣型描述")] [Nullable(true)] [DataLength(100)] public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } /// /// 是否接箍监制 /// [Description("是否接箍监制")] [Nullable(true)] [DataLength(1)] public string IfMonitorJg { get { return ifMonitorJg; } set { ifMonitorJg = value; } } /// /// 监制编号 /// [Description("监制编号")] [Nullable(true)] [DataLength(40)] public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } /// /// 状态(0,正常交库,1利库) /// [Description("状态")] [Nullable(true)] [DataLength(1)] public string Status { get { return status; } set { status = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(200)] public string Memo { get { return memo; } set { memo = value; } } /// /// 创建人 /// [Description("创建人")] [Nullable(true)] [DataLength(20)] public string CreateName { get { return createName; } set { createName = value; } } /// /// 创建时间 /// [Description("创建时间")] [Nullable(true)] public string CreateTime { get { return createTime; } set { createTime = value; } } /// /// 修改人 /// [Description("修改人")] [Nullable(true)] [DataLength(20)] public string UpdateName { get { return updateName; } set { updateName = value; } } /// /// 修改时间 /// [Description("修改时间")] [Nullable(true)] public string UpdateTime { get { return updateTime; } set { updateTime = 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 OrderSeqNo { get { return orderSeqNo; } set { orderSeqNo = value; } } /// /// 合同主键 /// [Description("合同主键")] [Nullable(true)] [DataLength(40)] public string OrdPk { get { return ordPk; } set { ordPk = value; } } /// /// 合同行主键 /// [Description("合同行主键")] [Nullable(true)] [DataLength(40)] public string OrdLnPk { get { return ordLnPk; } set { ordLnPk = value; } } /// /// 交货行主键 /// [Description("交货行主键")] [Nullable(true)] [DataLength(50)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } } }