using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace Core.StlMes.Client.Mcp.VRP.Entity { /// /// 数据库表PLN_ZY_RCL_M所对应的实体类(生成工具:代码生成工具3.0) /// 作者:DM22222 时间:2018-03-30 /// public class PlnZyRclMEntity { /// /// 炉计划ID /// private string heatPlanNo = ""; /// /// 产线内炉计划顺序号 /// private string gxProSeq = ""; /// /// 生产批号 /// private string zyBatchId = ""; /// /// 冶炼炉号(电炉炉号) /// private string stoveNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A) /// private string planstatus = ""; /// /// 开始状态(00-上料开始,10-高温开始,20-淬火开始,30-低温开始,40-定径开始,50热矫开始 ,60-冷矫开始,70-检验开始,80-探伤开始,90-交库开始) /// private string perStatus = ""; /// /// 结炉状态(00-上料结束,10-高温结束,20-淬火结束,30-低温结束,40-定径结束,50热矫结束 ,60-冷矫结束,70-检验结束,80-探伤结束,90-交库结束) /// private string besideStatus = ""; /// /// 上工序炉计划ID /// private string upperHeatplanId = ""; /// /// 热处理订单编号 /// private string proPlanId = ""; /// /// 热处理订单排产序号 /// private string gxPlanNo = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 产线描述 /// private string plineName = ""; /// /// 二级工序代码 /// private string processCodeC = ""; /// /// 二级工序名 /// private string processDescC = ""; /// /// 上工序代码(大工序) /// private string upperProcessCode = ""; /// /// 下工序代码(大工序) /// private string nextProcessCode = ""; /// /// 物流去向代码 /// private string gowhereCode = ""; /// /// 物流去向名称 /// private string gowhereName = ""; /// /// 生产标准 /// private string prodStandard = ""; /// /// 输出标准 /// private string outputStandard = ""; /// /// 是否末工序(末工序时合同成品属性有效) /// private string isendgx = ""; /// /// 是否利库 /// private string ifMatchOdd = ""; /// /// 是否已做正式炉计划 /// private string ifDoHeatPlan = ""; /// /// 主合同来源(销售合同、备料需求、补量需求) /// private string orderSource = ""; /// /// 主交货编码PK /// private string ordLnDlyPk = ""; /// /// 主合同号 /// private string orderNo = ""; /// /// 主合同行号 /// private string orderSeq = ""; /// /// 主交货编码 /// private string deliveryNo = ""; /// /// 主备料需求号 /// private string reqBlId = ""; /// /// 国内外 /// private string ifExport = ""; /// /// 合同紧急度 /// private string priority = ""; /// /// 紧急度备注 /// private string priorityMemo = ""; /// /// 排产年月 /// private string proMonth = ""; /// /// 作业日期(年月日) /// private string proDay = ""; /// /// 结算日期(年月) /// private string balYearMonth = ""; /// /// 是否监制 /// private string ifMonitor = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 本工序监制点 /// private string monitorPoint = ""; /// /// BOM /// private string bom = ""; /// /// 主全程途径码 /// private string wholeBacklog = ""; /// /// 主全程途径描叙 /// private string wholeBacklogDesc = ""; /// /// 本工序点路径 /// private string stationRoad = ""; /// /// 成分标准索引号(内控) /// private string cic = ""; /// /// 材质标准索引号(内控) /// private string pic = ""; /// /// 公差标准索引号(内控) /// private string sic = ""; /// /// 探伤索引号(内控) /// private string dic = ""; /// /// 工艺文件号 /// private string craftFileNo = ""; /// /// 工艺文件责任人 /// private string craftFileMan = ""; /// /// 工艺序号 /// private decimal? craftSeq = null; /// /// 二级工艺文件号 /// private string secCraftFileNo = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 品名代码 /// private string produccode = ""; /// /// 品名描述 /// private string producname = ""; /// /// 扣型代码 /// private string modelCode = ""; /// /// 扣型描述 /// private string modelDesc = ""; /// /// 投入物料编码 /// private string inwlId = ""; /// /// 投入物料描述 /// private string inwlDesc = ""; /// /// 产出物料编码 /// private string outwlId = ""; /// /// 产出物料描述 /// private string outwlDesc = ""; /// /// 成品外径 /// private decimal? outdiameter = null; /// /// 成品壁厚 /// private decimal? wallthick = null; /// /// 成品最小长度 /// private decimal? lengthmin = null; /// /// 成品最大长度 /// private decimal? lengthmax = null; /// /// 原料管外径 /// private decimal? outdiameterIn = null; /// /// 原料管壁厚 /// private decimal? wallthickIn = null; /// /// 分切数 /// private decimal? outnumCut = null; /// /// 原料管长度 /// private decimal? lengthIn = null; /// /// 原料管最大长度 /// private decimal? lengthmaxIn = null; /// /// 原料管最小长度 /// private decimal? lengthminIn = null; /// /// 单倍计划分配支(排产) /// private decimal? plnInsingleNum = null; /// /// 单倍计划分配总重(排产) /// private decimal? plnInsingleWt = null; /// /// 倍尺计划分配支(排产) /// private decimal? plnIndoubleNum = null; /// /// 倍尺计划分配总重(排产) /// private decimal? plnIndoubleWt = null; /// /// 预计产出支数(单倍) /// private decimal? plnOutsingleNum = null; /// /// 预计产出吨(单倍) /// private decimal? plnOutsingleW = null; /// /// 预计产出支数(倍尺) /// private decimal? plnOutdoubleNum = null; /// /// 预计产出吨(倍尺) /// private decimal? plnOutdoubleW = null; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 下发人 /// private string downman = ""; /// /// 下发时间 /// private string downtime = ""; /// /// 批号 /// private string batchNo = ""; /// /// 主制程索引号 /// private string indexSeq = ""; /// /// 产品规格代码 /// private string specCode = ""; /// /// 产品规格描述 /// private string specName = ""; /// /// 标准代码[最终成品标准] /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 标准类别代码 /// private string stdStyle = ""; /// /// 标准类别描述(PSL1....) /// private string stdStyleDesc = ""; /// /// 炉计划ID /// [Description("炉计划ID")] [Nullable(false)] [DataLength(20)] public string HeatPlanNo { get { return heatPlanNo; } set { heatPlanNo = value; } } /// /// 判定字头 /// private string decision = ""; /// /// 炉计划ID /// [Description("判定字头")] [Nullable(false)] [DataLength(20)] public string Decision { get { return decision; } set { decision = value; } } /// /// PLN_ONSINGLE_NUM /// private string plnOnsingleNum = ""; /// /// 上料支 /// [Description("上料支")] [Nullable(false)] [DataLength(20)] public string PlnOnsingleNum { get { return plnOnsingleNum; } set { plnOnsingleNum = value; } } /// /// PLN_ONSINGLE_NUM /// private string plnOnsingleWt = ""; /// /// 上料支 /// [Description("上料吨")] [Nullable(false)] [DataLength(20)] public string PlnOnsingleWt { get { return plnOnsingleWt; } set { plnOnsingleWt = value; } } /// /// 产线内炉计划顺序号 /// [Description("产线内炉计划顺序号")] [Nullable(true)] [DataLength(20)] public string GxProSeq { get { return gxProSeq; } set { gxProSeq = value; } } /// /// 生产批号 /// [Description("生产批号")] [Nullable(true)] [DataLength(20)] public string ZyBatchId { get { return zyBatchId; } set { zyBatchId = value; } } /// /// 冶炼炉号(电炉炉号) /// [Description("冶炼炉号(电炉炉号)")] [Nullable(true)] [DataLength(20)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(6)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A) /// [Description("计划状态")] [Nullable(true)] [DataLength(20)] public string Planstatus { get { return planstatus; } set { planstatus = value; } } /// /// 开始状态(00-上料开始,10-高温开始,20-淬火开始,30-低温开始,40-定径开始,50热矫开始 ,60-冷矫开始,70-检验开始,80-探伤开始,90-交库开始) /// [Description("开始状态")] [Nullable(true)] [DataLength(2)] public string PerStatus { get { return perStatus; } set { perStatus = value; } } /// /// 结炉状态(00-上料结束,10-高温结束,20-淬火结束,30-低温结束,40-定径结束,50热矫结束 ,60-冷矫结束,70-检验结束,80-探伤结束,90-交库结束) /// [Description("结炉状态")] [Nullable(true)] [DataLength(2)] public string BesideStatus { get { return besideStatus; } set { besideStatus = value; } } /// /// 上工序炉计划ID /// [Description("上工序炉计划ID")] [Nullable(true)] [DataLength(20)] public string UpperHeatplanId { get { return upperHeatplanId; } set { upperHeatplanId = value; } } /// /// 热处理订单编号 /// [Description("热处理订单编号")] [Nullable(true)] [DataLength(20)] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } /// /// 热处理订单排产序号 /// [Description("热处理订单排产序号")] [Nullable(true)] [DataLength(10)] public string GxPlanNo { get { return gxPlanNo; } set { gxPlanNo = 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; } } /// /// 二级工序代码 /// [Description("二级工序代码")] [Nullable(true)] [DataLength(8)] public string ProcessCodeC { get { return processCodeC; } set { processCodeC = value; } } /// /// 二级工序名 /// [Description("二级工序名")] [Nullable(true)] [DataLength(50)] public string ProcessDescC { get { return processDescC; } set { processDescC = value; } } /// /// 上工序代码(大工序) /// [Description("上工序代码(大工序)")] [Nullable(true)] [DataLength(8)] public string UpperProcessCode { get { return upperProcessCode; } set { upperProcessCode = value; } } /// /// 下工序代码(大工序) /// [Description("下工序代码(大工序)")] [Nullable(true)] [DataLength(8)] public string NextProcessCode { get { return nextProcessCode; } set { nextProcessCode = value; } } /// /// 物流去向代码 /// [Description("物流去向代码")] [Nullable(true)] [DataLength(20)] public string GowhereCode { get { return gowhereCode; } set { gowhereCode = value; } } /// /// 物流去向名称 /// [Description("物流去向名称")] [Nullable(true)] [DataLength(32)] public string GowhereName { get { return gowhereName; } set { gowhereName = value; } } /// /// 生产标准 /// [Description("生产标准")] [Nullable(true)] [DataLength(500)] public string ProdStandard { get { return prodStandard; } set { prodStandard = value; } } /// /// 输出标准 /// [Description("输出标准")] [Nullable(true)] [DataLength(500)] public string OutputStandard { get { return outputStandard; } set { outputStandard = value; } } /// /// 是否末工序(末工序时合同成品属性有效) /// [Description("是否末工序(末工序时合同成品属性有效)")] [Nullable(true)] [DataLength(1)] public string Isendgx { get { return isendgx; } set { isendgx = value; } } /// /// 是否利库 /// [Description("是否利库")] [Nullable(true)] [DataLength(1)] public string IfMatchOdd { get { return ifMatchOdd; } set { ifMatchOdd = value; } } /// /// 是否已做正式炉计划 /// [Description("是否已做正式炉计划")] [Nullable(true)] [DataLength(1)] public string IfDoHeatPlan { get { return ifDoHeatPlan; } set { ifDoHeatPlan = value; } } /// /// 主合同来源(销售合同、备料需求、补量需求) /// [Description("主合同来源(销售合同、备料需求、补量需求)")] [Nullable(true)] [DataLength(20)] public string OrderSource { get { return orderSource; } set { orderSource = value; } } /// /// 主交货编码PK /// [Description("主交货编码PK")] [Nullable(true)] [DataLength(200)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = 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 ReqBlId { get { return reqBlId; } set { reqBlId = value; } } /// /// 国内外 /// [Description("国内外")] [Nullable(true)] [DataLength(20)] public string IfExport { get { return ifExport; } set { ifExport = value; } } /// /// 合同紧急度 /// [Description("合同紧急度")] [Nullable(true)] [DataLength(20)] public string Priority { get { return priority; } set { priority = value; } } /// /// 紧急度备注 /// [Description("紧急度备注")] [Nullable(true)] [DataLength(200)] public string PriorityMemo { get { return priorityMemo; } set { priorityMemo = value; } } /// /// 排产年月 /// [Description("排产年月")] [Nullable(true)] [DataLength(20)] public string ProMonth { get { return proMonth; } set { proMonth = value; } } /// /// 作业日期(年月日) /// [Description("作业日期(年月日)")] [Nullable(true)] [DataLength(8)] public string ProDay { get { return proDay; } set { proDay = value; } } /// /// 结算日期(年月) /// [Description("结算日期(年月)")] [Nullable(true)] [DataLength(6)] public string BalYearMonth { get { return balYearMonth; } set { balYearMonth = value; } } /// /// 是否监制 /// [Description("是否监制")] [Nullable(true)] [DataLength(1)] public string IfMonitor { get { return ifMonitor; } set { ifMonitor = value; } } /// /// 监制编号 /// [Description("监制编号")] [Nullable(true)] [DataLength(40)] public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } /// /// 本工序监制点 /// [Description("本工序监制点")] [Nullable(true)] [DataLength(200)] public string MonitorPoint { get { return monitorPoint; } set { monitorPoint = value; } } /// /// BOM /// [Description("BOM")] [Nullable(true)] [DataLength(40)] public string Bom { get { return bom; } set { bom = value; } } /// /// 主全程途径码 /// [Description("主全程途径码")] [Nullable(true)] [DataLength(32)] public string WholeBacklog { get { return wholeBacklog; } set { wholeBacklog = value; } } /// /// 主全程途径描叙 /// [Description("主全程途径描叙")] [Nullable(true)] [DataLength(500)] public string WholeBacklogDesc { get { return wholeBacklogDesc; } set { wholeBacklogDesc = value; } } /// /// 本工序点路径 /// [Description("本工序点路径")] [Nullable(true)] [DataLength(200)] public string StationRoad { get { return stationRoad; } set { stationRoad = value; } } /// /// 成分标准索引号(内控) /// [Description("成分标准索引号(内控)")] [Nullable(true)] [DataLength(32)] public string Cic { get { return cic; } set { cic = value; } } /// /// 材质标准索引号(内控) /// [Description("材质标准索引号(内控)")] [Nullable(true)] [DataLength(32)] public string Pic { get { return pic; } set { pic = value; } } /// /// 公差标准索引号(内控) /// [Description("公差标准索引号(内控)")] [Nullable(true)] [DataLength(32)] public string Sic { get { return sic; } set { sic = value; } } /// /// 探伤索引号(内控) /// [Description("探伤索引号(内控)")] [Nullable(true)] [DataLength(32)] public string Dic { get { return dic; } set { dic = value; } } /// /// 工艺文件号 /// [Description("工艺文件号")] [Nullable(true)] [DataLength(32)] 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(5)] public decimal? CraftSeq { get { return craftSeq; } set { craftSeq = value; } } /// /// 二级工艺文件号 /// [Description("二级工艺文件号")] [Nullable(true)] [DataLength(100)] public string SecCraftFileNo { get { return secCraftFileNo; } set { secCraftFileNo = 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(20)] public string Produccode { get { return produccode; } set { produccode = value; } } /// /// 品名描述 /// [Description("品名描述")] [Nullable(true)] [DataLength(100)] public string Producname { get { return producname; } set { producname = 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(40)] public string InwlId { get { return inwlId; } set { inwlId = value; } } /// /// 投入物料描述 /// [Description("投入物料描述")] [Nullable(true)] [DataLength(100)] public string InwlDesc { get { return inwlDesc; } set { inwlDesc = value; } } /// /// 产出物料编码 /// [Description("产出物料编码")] [Nullable(true)] [DataLength(40)] public string OutwlId { get { return outwlId; } set { outwlId = value; } } /// /// 产出物料描述 /// [Description("产出物料描述")] [Nullable(true)] [DataLength(100)] public string OutwlDesc { get { return outwlDesc; } set { outwlDesc = value; } } /// /// 成品外径 /// [Description("成品外径")] [Nullable(true)] [DataLength(10)] public decimal? Outdiameter { get { return outdiameter; } set { outdiameter = value; } } /// /// 成品壁厚 /// [Description("成品壁厚")] [Nullable(true)] [DataLength(10)] public decimal? Wallthick { get { return wallthick; } set { wallthick = value; } } /// /// 成品最小长度 /// [Description("成品最小长度")] [Nullable(true)] [DataLength(10)] public decimal? Lengthmin { get { return lengthmin; } set { lengthmin = value; } } /// /// 成品最大长度 /// [Description("成品最大长度")] [Nullable(true)] [DataLength(10)] public decimal? Lengthmax { get { return lengthmax; } set { lengthmax = value; } } /// /// 原料管外径 /// [Description("原料管外径")] [Nullable(true)] [DataLength(10)] public decimal? OutdiameterIn { get { return outdiameterIn; } set { outdiameterIn = value; } } /// /// 原料管壁厚 /// [Description("原料管壁厚")] [Nullable(true)] [DataLength(10)] public decimal? WallthickIn { get { return wallthickIn; } set { wallthickIn = value; } } /// /// 分切数 /// [Description("分切数")] [Nullable(true)] [DataLength(10)] public decimal? OutnumCut { get { return outnumCut; } set { outnumCut = value; } } /// /// 原料管长度 /// [Description("原料管长度")] [Nullable(true)] [DataLength(10)] public decimal? LengthIn { get { return lengthIn; } set { lengthIn = value; } } /// /// 原料管最大长度 /// [Description("原料管最大长度")] [Nullable(true)] [DataLength(10)] public decimal? LengthmaxIn { get { return lengthmaxIn; } set { lengthmaxIn = value; } } /// /// 原料管最小长度 /// [Description("原料管最小长度")] [Nullable(true)] [DataLength(10)] public decimal? LengthminIn { get { return lengthminIn; } set { lengthminIn = value; } } /// /// 单倍计划分配支(排产) /// [Description("支数")] [Nullable(true)] [DataLength(5)] public decimal? PlnInsingleNum { get { return plnInsingleNum; } set { plnInsingleNum = value; } } /// /// 单倍计划分配总重(排产) /// [Description("重量")] [Nullable(true)] [DataLength(10)] public decimal? PlnInsingleWt { get { return plnInsingleWt; } set { plnInsingleWt = value; } } /// /// 倍尺计划分配支(排产) /// [Description("倍尺计划分配支(排产)")] [Nullable(true)] [DataLength(5)] public decimal? PlnIndoubleNum { get { return plnIndoubleNum; } set { plnIndoubleNum = value; } } /// /// 倍尺计划分配总重(排产) /// [Description("倍尺计划分配总重(排产)")] [Nullable(true)] [DataLength(10)] public decimal? PlnIndoubleWt { get { return plnIndoubleWt; } set { plnIndoubleWt = value; } } /// /// 预计产出支数(单倍) /// [Description("预计产出支数(单倍)")] [Nullable(true)] [DataLength(5)] public decimal? PlnOutsingleNum { get { return plnOutsingleNum; } set { plnOutsingleNum = value; } } /// /// 预计产出吨(单倍) /// [Description("预计产出吨(单倍)")] [Nullable(true)] [DataLength(10)] public decimal? PlnOutsingleW { get { return plnOutsingleW; } set { plnOutsingleW = value; } } /// /// 预计产出支数(倍尺) /// [Description("预计产出支数(倍尺)")] [Nullable(true)] [DataLength(5)] public decimal? PlnOutdoubleNum { get { return plnOutdoubleNum; } set { plnOutdoubleNum = value; } } /// /// 预计产出吨(倍尺) /// [Description("预计产出吨(倍尺)")] [Nullable(true)] [DataLength(10)] public decimal? PlnOutdoubleW { get { return plnOutdoubleW; } set { plnOutdoubleW = 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 Downman { get { return downman; } set { downman = value; } } /// /// 下发时间 /// [Description("下发时间")] [Nullable(true)] public string Downtime { get { return downtime; } set { downtime = value; } } /// /// 批号 /// [Description("批号")] [Nullable(true)] [DataLength(16)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 主制程索引号 /// [Description("主制程索引号")] [Nullable(true)] [DataLength(32)] public string IndexSeq { get { return indexSeq; } set { indexSeq = value; } } /// /// 产品规格代码 /// [Description("产品规格代码")] [Nullable(true)] [DataLength(20)] public string SpecCode { get { return specCode; } set { specCode = value; } } /// /// 产品规格描述 /// [Description("规格")] [Nullable(true)] [DataLength(100)] public string SpecName { get { return specName; } set { specName = value; } } /// /// 标准代码[最终成品标准] /// [Description("标准代码[最终成品标准]")] [Nullable(true)] [DataLength(20)] public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// [Description("标准名称")] [Nullable(true)] [DataLength(256)] public string StdName { get { return stdName; } set { stdName = value; } } /// /// 标准类别代码 /// [Description("标准类别代码")] [Nullable(true)] [DataLength(20)] public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } /// /// 标准类别描述(PSL1....) /// [Description("标准类别")] [Nullable(true)] [DataLength(50)] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } } }