using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using Core.Mes.Client.Comm.Attribute; namespace Core.StlMes.Client.PlnSaleOrd.entity { /// /// 数据库表PLN_GX_ZG_M所对应的实体类(生成工具:代码生成工具3.0) /// 作者:USER-20150714WV 时间:2016-04-13 /// public class PlnGxZgMEntity { /// /// 轧管订单编号 /// private string proPlanId = ""; /// /// 主轧管合同号 /// private string proOrderNo = ""; /// /// 主合同来源(销售合同、备料需求、补量需求) /// private string orderSource = ""; /// /// 主交货编码PK /// private string ordLnDlyPk = ""; /// /// 主排产流水号 /// private string plnDivideId = ""; /// /// 主合同号 /// private string orderNo = ""; /// /// 主合同行号 /// private string orderSeq = ""; /// /// 主交货编码 /// private string deliveryNo = ""; /// /// 主排产联动组号 /// private string planGroupId = ""; /// /// 主备料需求号 /// private string reqBlId = ""; /// /// 可选产线编码 /// private string plineCodeMay = ""; /// /// 可选产线描述 /// private string plineNameMay = ""; /// /// 默认产线代码 /// private string plineCode = ""; /// /// 默认产线描述 /// private string plineName = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 外径 /// private decimal? outdiameter = null; /// /// 壁厚 /// private decimal? wallthick = null; /// /// 控制壁厚 /// private decimal? aimwallthick = null; /// /// 最大长度 /// private decimal? lengthmax = null; /// /// 最小长度 /// private decimal? lengthmin = null; /// /// 控制长度(切后长度) /// private decimal? aimlength = null; /// /// 产出物料编码 /// private string outwlId = ""; /// /// 产出物料描述 /// private string outwlDesc = ""; /// /// 轧后长度 /// private decimal? rollLength = null; /// /// 单坯产出支数 /// private decimal? outnumSingle = null; /// /// 芯棒直径 /// private decimal? diameterMandrel = null; /// /// 管坯直径 /// private decimal? diameterGp = null; /// /// 管坯长度 /// private decimal? lengthGp = null; /// /// 投入管坯编码 /// private string inwlGp = ""; /// /// 投入物料描述 /// private string inwlDesc = ""; /// /// 管坯单重 /// private decimal? weightGpOne = null; /// /// 成材率 /// private decimal? getrate = null; /// /// 订单重量 /// private decimal? planWt = null; /// /// 订单支数 /// private decimal? planNum = null; /// /// 利库量 /// private decimal? matchWeight = null; /// /// 利库支数 /// private decimal? matchNum = null; /// /// 有无外购计划 /// private bool ifbuyplan ; /// /// 外购计划号 /// private string buyplanid = ""; /// /// 外购计划量 /// private decimal? buyplanweight = null; /// /// 待生产量(订单量-利库-外购) /// private decimal? reqProdWeight = null; /// /// 待投入物料重量 /// private decimal? inWt = null; /// /// 待投入支数 /// private decimal? inNum = null; /// /// 计划生产时间 /// private string planTime = ""; /// /// 计划耗时(分) /// private decimal? planUsetime = null; /// /// 是否末端工序 /// private bool isendgx; /// /// 计划状态 /// private string planstatus = ""; /// /// 生产完成重量 /// private decimal? finishWt = null; /// /// 是否轧管监制 /// private bool ifMonitorZg ; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 本工序监制点 /// private string monitorPoint = ""; /// /// 工艺文件号 /// private string craftFileNo = ""; /// /// 工艺文件责任人 /// private string craftFileMan = ""; /// /// 工艺序号 /// private decimal? craftSeq = null; /// /// 生产年月 /// private string proMonth = ""; /// /// 成分标准索引号集合(内控) /// private string cic = ""; /// /// 材质标准索引号集合(内控) /// private string pic = ""; /// /// 公差标准索引号集合(内控) /// private string sic = ""; /// /// 探伤索引号集合(内控) /// private string dic = ""; /// /// 水压索引码集合(内控) /// private string wic = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 轧管订单编号 /// [Description("轧管订单编号")] [Nullable(false)] [DataLength(20)] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } /// /// 主轧管合同号 /// [Description("主轧管合同号")] [Nullable(true)] [DataLength(20)] public string ProOrderNo { get { return proOrderNo; } set { proOrderNo = value; } } /// /// 主合同来源(销售合同、备料需求、补量需求) /// [Description("主合同来源")] [Nullable(true)] [DataLength(20)] public string OrderSource { get { return orderSource; } set { orderSource = value; } } /// /// 主交货编码PK /// [Description("主交货编码PK")] [Nullable(true)] [DataLength(40)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 主排产流水号 /// [Description("主排产流水号")] [Nullable(true)] [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(40)] public string PlanGroupId { get { return planGroupId; } set { planGroupId = value; } } /// /// 主备料需求号 /// [Description("主备料需求号")] [Nullable(true)] [DataLength(20)] public string ReqBlId { get { return reqBlId; } set { reqBlId = value; } } /// /// 可选产线编码 /// [Description("可选产线编码")] [Nullable(true)] [DataLength(100)] public string PlineCodeMay { get { return plineCodeMay; } set { plineCodeMay = value; } } /// /// 可选产线描述 /// [Description("可选产线描述")] [Nullable(true)] [DataLength(400)] public string PlineNameMay { get { return plineNameMay; } set { plineNameMay = 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(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(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? Aimwallthick { get { return aimwallthick; } set { aimwallthick = value; } } /// /// 最大长度 /// [Description("最大长度")] [Nullable(true)] [DataLength(10)] public decimal? Lengthmax { get { return lengthmax; } set { lengthmax = value; } } /// /// 最小长度 /// [Description("最小长度")] [Nullable(true)] [DataLength(10)] public decimal? Lengthmin { get { return lengthmin; } set { lengthmin = value; } } /// /// 控制长度(切后长度) /// [Description("控制长度(切后长度)")] [Nullable(true)] [DataLength(10)] public decimal? Aimlength { get { return aimlength; } set { aimlength = value; } } /// /// 产出物料编码 /// [Description("产出物料编码")] [Nullable(true)] [DataLength(20)] public string OutwlId { get { return outwlId; } set { outwlId = value; } } /// /// 产出物料描述 /// [Description("产出物料描述")] [Nullable(true)] [DataLength(40)] public string OutwlDesc { get { return outwlDesc; } set { outwlDesc = value; } } /// /// 轧后长度 /// [Description("轧后长度")] [Nullable(true)] [DataLength(10)] public decimal? RollLength { get { return rollLength; } set { rollLength = value; } } /// /// 单坯产出支数 /// [Description("单坯产出支数")] [Nullable(true)] [DataLength(10)] public decimal? OutnumSingle { get { return outnumSingle; } set { outnumSingle = value; } } /// /// 芯棒直径 /// [Description("芯棒直径")] [Nullable(true)] [DataLength(10)] public decimal? DiameterMandrel { get { return diameterMandrel; } set { diameterMandrel = value; } } /// /// 管坯直径 /// [Description("管坯直径")] [Nullable(true)] [DataLength(10)] public decimal? DiameterGp { get { return diameterGp; } set { diameterGp = value; } } /// /// 管坯长度 /// [Description("管坯长度")] [Nullable(true)] [DataLength(10)] public decimal? LengthGp { get { return lengthGp; } set { lengthGp = value; } } /// /// 投入管坯编码 /// [Description("投入管坯编码")] [Nullable(true)] [DataLength(20)] public string InwlGp { get { return inwlGp; } set { inwlGp = value; } } /// /// 投入物料描述 /// [Description("投入物料描述")] [Nullable(true)] [DataLength(40)] public string InwlDesc { get { return inwlDesc; } set { inwlDesc = value; } } /// /// 管坯单重 /// [Description("管坯单重")] [Nullable(true)] [DataLength(10)] public decimal? WeightGpOne { get { return weightGpOne; } set { weightGpOne = value; } } /// /// 成材率 /// [Description("成材率")] [Nullable(true)] [DataLength(10)] public decimal? Getrate { get { return getrate; } set { getrate = value; } } /// /// 订单重量 /// [Description("订单重量")] [Nullable(true)] [DataLength(10)] public decimal? PlanWt { get { return planWt; } set { planWt = value; } } /// /// 订单支数 /// [Description("订单支数")] [Nullable(true)] [DataLength(10)] public decimal? PlanNum { get { return planNum; } set { planNum = value; } } /// /// 利库量 /// [Description("利库量")] [Nullable(true)] [DataLength(10)] public decimal? MatchWeight { get { return matchWeight; } set { matchWeight = value; } } /// /// 利库支数 /// [Description("利库支数")] [Nullable(true)] [DataLength(10)] public decimal? MatchNum { get { return matchNum; } set { matchNum = value; } } /// /// 有无外购计划 /// [Description("有无外购计划")] [Nullable(true)] [DataLength(1)] public bool Ifbuyplan { get { return ifbuyplan; } set { ifbuyplan = value; } } /// /// 外购计划号 /// [Description("外购计划号")] [Nullable(true)] [DataLength(20)] public string Buyplanid { get { return buyplanid; } set { buyplanid = value; } } /// /// 外购计划量 /// [Description("外购计划量")] [Nullable(true)] [DataLength(10)] public decimal? Buyplanweight { get { return buyplanweight; } set { buyplanweight = value; } } /// /// 待生产量(订单量-利库-外购) /// [Description("待生产量")] [Nullable(true)] [DataLength(10)] public decimal? ReqProdWeight { get { return reqProdWeight; } set { reqProdWeight = value; } } /// /// 待投入物料重量 /// [Description("待投入物料重量")] [Nullable(true)] [DataLength(10)] public decimal? InWt { get { return inWt; } set { inWt = value; } } /// /// 待投入支数 /// [Description("待投入支数")] [Nullable(true)] [DataLength(10)] public decimal? InNum { get { return inNum; } set { inNum = value; } } /// /// 计划生产时间 /// [Description("计划生产时间")] [Nullable(true)] public string PlanTime { get { return planTime; } set { planTime = value; } } /// /// 计划耗时(分) /// [Description("计划耗时(分)")] [Nullable(true)] [DataLength(10)] public decimal? PlanUsetime { get { return planUsetime; } set { planUsetime = value; } } /// /// 是否末端工序 /// [Description("是否末端工序")] [Nullable(true)] [DataLength(1)] public bool Isendgx { get { return isendgx; } set { isendgx = value; } } /// /// 计划状态 /// [Description("计划状态")] [Nullable(true)] [DataLength(20)] public string Planstatus { get { return planstatus; } set { planstatus = value; } } /// /// 生产完成重量 /// [Description("生产完成重量")] [Nullable(true)] [DataLength(10)] public decimal? FinishWt { get { return finishWt; } set { finishWt = value; } } /// /// 是否轧管监制 /// [Description("是否轧管监制")] [Nullable(true)] [DataLength(1)] public bool IfMonitorZg { get { return ifMonitorZg; } set { ifMonitorZg = 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; } } /// /// 工艺文件号 /// [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(5)] public decimal? CraftSeq { get { return craftSeq; } set { craftSeq = value; } } /// /// 生产年月 /// [Description("生产年月")] [Nullable(true)] [DataLength(20)] public string ProMonth { get { return proMonth; } set { proMonth = value; } } /// /// 成分标准索引号集合(内控) /// [Description("成分标准索引号集合(内控)")] [Nullable(true)] [DataLength(400)] public string Cic { get { return cic; } set { cic = value; } } /// /// 材质标准索引号集合(内控) /// [Description("材质标准索引号集合(内控)")] [Nullable(true)] [DataLength(400)] public string Pic { get { return pic; } set { pic = value; } } /// /// 公差标准索引号集合(内控) /// [Description("公差标准索引号集合(内控)")] [Nullable(true)] [DataLength(400)] public string Sic { get { return sic; } set { sic = value; } } /// /// 探伤索引号集合(内控) /// [Description("探伤索引号集合(内控)")] [Nullable(true)] [DataLength(400)] public string Dic { get { return dic; } set { dic = value; } } /// /// 水压索引码集合(内控) /// [Description("水压索引码集合(内控)")] [Nullable(true)] [DataLength(400)] public string Wic { get { return wic; } set { wic = 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; } } } }