using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace com.steering.pss.plnsaleord.GpOptimize.model { /// /// 数据库表PLN_REQINF_GP所对应的实体类(生成工具:代码生成工具3.0) /// 作者:xiaohai-PC 时间:2016-05-24 /// public class PlnReqinfGpEntity { /// ///真空处理是否 /// private string stationRoadLg = ""; /// ///真空处理是否 /// public string StationRoadLg { get { return stationRoadLg; } set { stationRoadLg = value; } } /// /// 管坯需求编号 /// private string gpreqId = ""; /// /// 是否末端工序 /// private string isendgx = ""; /// /// 主合同来源(销售合同、备料需求) /// private string orderSource = ""; /// /// 主交货编码PK /// private string ordLnDlyPk = ""; /// /// 主排产流水号 /// private string plnDivideId = ""; /// /// 主合同号 /// private string orderNo = ""; /// /// 主合同行号 /// private string orderSeq = ""; /// /// 主交货编码 /// private string deliveryNo = ""; /// /// 主备料需求号 /// private string reqBlId = ""; /// /// 管坯类型(1铸坯2锻坯) /// private string gptype = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 管坯直径 /// private string diameterGp = ""; /// /// 单倍坯长 /// private string lenGpSingle = ""; /// /// 管坯物料编码 /// private string materialNo = ""; /// /// 管坯物料描述 /// private string materialName = ""; /// /// 成分标准索引号集合(内控) /// private string cic = ""; /// /// 材质标准索引号集合(内控) /// private string pic = ""; /// /// 公差标准索引号集合(内控) /// private string sic = ""; /// /// 探伤索引号集合(内控) /// private string dic = ""; /// /// 水压索引码集合(内控) /// private string wic = ""; /// /// 加工标准索引号集合(内控) /// private string gic = ""; /// /// 是否炼钢监制 /// private string ifMonitorLg = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 管坯单重(单倍坯) /// private string weightGpOne = ""; /// /// 需求总重量(单倍坯) /// private string gpWeight = ""; /// /// 需求支数(单倍坯) /// private string gpNum = ""; /// /// 倍尺数 /// private string cutNumGp = ""; /// /// 切损长度(mm) /// private string cutLoseLen = ""; /// /// 管坯长度(长管) /// private string lengthGp = ""; /// /// 需求长管总重 /// private string gpWtLong = ""; /// /// 需求长管支数 /// private string gpNumLong = ""; /// /// 是否外购 /// private string ifbuyplan = ""; /// /// 管坯采购计划号 /// private string buyplanid = ""; /// /// 采购计划长管重量 /// private string buyplanWtLong = ""; /// /// 采购计划单倍坯支数 /// private string buyplanNumOne = ""; /// /// 采购计划长管支数 /// private string buyplanNumLong = ""; /// /// 炼钢计划长管重量 /// private string ppcLgWtLong = ""; /// /// 炼钢计划单倍坯支数 /// private string ppcLgNumOne = ""; /// /// 炼钢计划长管支数 /// private string ppcLgNumLong = ""; /// /// 锻造订单编号 /// private string proPlanIdDz = ""; /// /// 铸造订单编号 /// private string proPlanIdZz = ""; /// /// 需求处理状态(0待处理,1已确认,2已下发,3已做炼钢计划,4生产完成) /// private string reqDonestatus = ""; /// /// 需求状态 /// private string reqStatus = ""; /// /// 备注 /// private string memo = ""; /// /// 铸造类型(1连铸2模铸) /// private string castingtype = ""; /// /// 连铸坯直径 /// private string diameterZz = ""; /// /// 连铸坯长度 /// private string lengthZz = ""; /// /// 铸造产出单重 /// private string wtOneZz = ""; /// /// 铸造物料编码 /// private string wlidZz = ""; /// /// 铸造物料描述 /// private string wldescZz = ""; /// /// 铸造产出重量 /// private string outWtZz = ""; /// /// 铸造产出支(个)数 /// private string outNumZz = ""; /// /// 锻造原料确认标识(0否,1是,2非锻坯) /// private string inwlIsokDz = ""; /// /// 默认锻造产线代码 /// private string plineCodeDz = ""; /// /// 默认锻造产线 /// private string plineNameDz = ""; /// /// 锻造订单编号 /// private string dzProPlanId = ""; /// /// 默认铸造产线代码 /// private string plineCodeZz = ""; /// /// 默认铸造产线 /// private string plineNameZz = ""; /// /// 铸造订单编号 /// private string zzProPlanId = ""; /// /// 锻造加工余量(直径mm) /// private string dzLoseAdd = ""; /// /// 锻造切头尾量(mm) /// private string dzCutHeadEnd = ""; /// /// 锻造每火次烧损(%) /// private string dzBurnLose = ""; private string supplyUnitCode = ""; private string supplyUnit = ""; private string typeFlag = ""; /// ///制造商代码 /// public string SupplyUnitCode { get { return supplyUnitCode; } set { supplyUnitCode = value; } } /// ///制造商 /// public string SupplyUnit { get { return supplyUnit; } set { supplyUnit = value; } } /// ///是否双经销 /// public string TypeFlag { get { return typeFlag; } set { typeFlag = value; } } /// /// 需求长坯总重Min /// private string gpWtLongMin = ""; public string GpWtLongMin { get { return gpWtLongMin; } set { gpWtLongMin = value; } } /// /// 需求总重量Min(单倍坯) /// private string gpWeightMin = ""; public string GpWeightMin { get { return gpWeightMin; } set { gpWeightMin = value; } } /// /// 创建时间 /// private string createTime = ""; [Description("创建时间")] public string CreateTime { get { return createTime; } set { createTime = value; } } /// /// 创建人 /// private string createName = ""; [Description("创建人")] public string CreateName { get { return createName; } set { createName = value; } } /// /// 确认时间 /// private string issuedTime = ""; [Description("确认时间")] public string IssuedTime { get { return issuedTime; } set { issuedTime = value; } } /// /// 确认人 /// private string issuedMan = ""; [Description("确认人")] public string IssuedMan { get { return issuedMan; } set { issuedMan = value; } } /// /// 生产年月 /// private string proMonth = ""; [Description("生产年月")] [Nullable(false)] [DataLength(20)] public string ProMonth { get { return proMonth; } set { proMonth = value; } } /// /// 管坯需求编号 /// [Description("管坯需求编号")] [Nullable(false)] [DataLength(20)] public string GpreqId { get { return gpreqId; } set { gpreqId = value; } } /// /// 是否末端工序 /// [Description("是否末端工序")] [Nullable(true)] [DataLength(1)] public string Isendgx { get { return isendgx; } set { isendgx = 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(20)] public string ReqBlId { get { return reqBlId; } set { reqBlId = value; } } /// /// 管坯类型(1铸坯2锻坯) /// [Description("管坯类型(1铸坯2锻坯)")] [Nullable(true)] [DataLength(20)] public string Gptype { get { return gptype; } set { gptype = 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 string DiameterGp { get { return diameterGp; } set { diameterGp = value; } } /// /// 单倍坯长 /// [Description("单倍坯长")] [Nullable(true)] [DataLength(10)] public string LenGpSingle { get { return lenGpSingle; } set { lenGpSingle = value; } } /// /// 管坯物料编码 /// [Description("管坯物料编码")] [Nullable(true)] [DataLength(20)] public string MaterialNo { get { return materialNo; } set { materialNo = value; } } /// /// 管坯物料描述 /// [Description("管坯物料描述")] [Nullable(true)] [DataLength(100)] public string MaterialName { get { return materialName; } set { materialName = 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(400)] public string Gic { get { return gic; } set { gic = value; } } /// /// 是否炼钢监制 /// [Description("是否炼钢监制")] [Nullable(true)] [DataLength(1)] public string IfMonitorLg { get { return ifMonitorLg; } set { ifMonitorLg = value; } } /// /// 监制编号 /// [Description("监制编号")] [Nullable(true)] [DataLength(40)] public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } /// /// 管坯单重(单倍坯) /// [Description("管坯单重(单倍坯)")] [Nullable(true)] [DataLength(10)] public string WeightGpOne { get { return weightGpOne; } set { weightGpOne = value; } } /// /// 需求总重量(单倍坯) /// [Description("需求总重量(单倍坯)")] [Nullable(true)] [DataLength(10)] public string GpWeight { get { return gpWeight; } set { gpWeight = value; } } /// /// 需求支数(单倍坯) /// [Description("需求支数(单倍坯)")] [Nullable(true)] [DataLength(10)] public string GpNum { get { return gpNum; } set { gpNum = value; } } /// /// 倍尺数 /// [Description("倍尺数")] [Nullable(true)] [DataLength(10)] public string CutNumGp { get { return cutNumGp; } set { cutNumGp = value; } } /// /// 切损长度(mm) /// [Description("切损长度(mm)")] [Nullable(true)] [DataLength(10)] public string CutLoseLen { get { return cutLoseLen; } set { cutLoseLen = value; } } /// /// 管坯长度(长管) /// [Description("管坯长度(长管)")] [Nullable(true)] [DataLength(10)] public string LengthGp { get { return lengthGp; } set { lengthGp = value; } } /// /// 需求长管总重 /// [Description("需求长管总重")] [Nullable(true)] [DataLength(10)] public string GpWtLong { get { return gpWtLong; } set { gpWtLong = value; } } /// /// 需求长管支数 /// [Description("需求长管支数")] [Nullable(true)] [DataLength(10)] public string GpNumLong { get { return gpNumLong; } set { gpNumLong = value; } } /// /// 是否外购 /// [Description("是否外购")] [Nullable(true)] [DataLength(1)] public string 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 string BuyplanWtLong { get { return buyplanWtLong; } set { buyplanWtLong = value; } } /// /// 采购计划单倍坯支数 /// [Description("采购计划单倍坯支数")] [Nullable(true)] [DataLength(10)] public string BuyplanNumOne { get { return buyplanNumOne; } set { buyplanNumOne = value; } } /// /// 采购计划长管支数 /// [Description("采购计划长管支数")] [Nullable(true)] [DataLength(10)] public string BuyplanNumLong { get { return buyplanNumLong; } set { buyplanNumLong = value; } } /// /// 炼钢计划长管重量 /// [Description("炼钢计划长管重量")] [Nullable(true)] [DataLength(10)] public string PpcLgWtLong { get { return ppcLgWtLong; } set { ppcLgWtLong = value; } } /// /// 炼钢计划单倍坯支数 /// [Description("炼钢计划单倍坯支数")] [Nullable(true)] [DataLength(10)] public string PpcLgNumOne { get { return ppcLgNumOne; } set { ppcLgNumOne = value; } } /// /// 炼钢计划长管支数 /// [Description("炼钢计划长管支数")] [Nullable(true)] [DataLength(10)] public string PpcLgNumLong { get { return ppcLgNumLong; } set { ppcLgNumLong = value; } } /// /// 锻造订单编号 /// [Description("锻造订单编号")] [Nullable(true)] [DataLength(20)] public string ProPlanIdDz { get { return proPlanIdDz; } set { proPlanIdDz = value; } } /// /// 铸造订单编号 /// [Description("铸造订单编号")] [Nullable(true)] [DataLength(20)] public string ProPlanIdZz { get { return proPlanIdZz; } set { proPlanIdZz = value; } } /// /// 需求处理状态(0待处理,1已确认,2已下发,3已做炼钢计划,4生产完成) /// [Description("需求处理状态(0待处理,1已确认,2已下发,3已做炼钢计划,4生产完成)")] [Nullable(true)] [DataLength(20)] public string ReqDonestatus { get { return reqDonestatus; } set { reqDonestatus = value; } } /// /// 需求状态 /// [Description("需求状态")] [Nullable(true)] [DataLength(20)] public string ReqStatus { get { return reqStatus; } set { reqStatus = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(200)] public string Memo { get { return memo; } set { memo = value; } } /// /// 铸造类型(1连铸2模铸) /// [Description("铸造类型(1连铸2模铸)")] [Nullable(true)] [DataLength(20)] public string Castingtype { get { return castingtype; } set { castingtype = value; } } /// /// 连铸坯直径 /// [Description("连铸坯直径")] [Nullable(true)] [DataLength(10)] public string DiameterZz { get { return diameterZz; } set { diameterZz = value; } } /// /// 连铸坯长度 /// [Description("连铸坯长度")] [Nullable(true)] [DataLength(10)] public string LengthZz { get { return lengthZz; } set { lengthZz = value; } } /// /// 铸造产出单重 /// [Description("铸造产出单重")] [Nullable(true)] [DataLength(10)] public string WtOneZz { get { return wtOneZz; } set { wtOneZz = value; } } /// /// 铸造物料编码 /// [Description("铸造物料编码")] [Nullable(true)] [DataLength(20)] public string WlidZz { get { return wlidZz; } set { wlidZz = value; } } /// /// 铸造物料描述 /// [Description("铸造物料描述")] [Nullable(true)] [DataLength(40)] public string WldescZz { get { return wldescZz; } set { wldescZz = value; } } /// /// 铸造产出重量 /// [Description("铸造产出重量")] [Nullable(true)] [DataLength(10)] public string OutWtZz { get { return outWtZz; } set { outWtZz = value; } } /// /// 铸造产出支(个)数 /// [Description("铸造产出支(个)数")] [Nullable(true)] [DataLength(10)] public string OutNumZz { get { return outNumZz; } set { outNumZz = value; } } /// /// 锻造原料确认标识(0否,1是,2非锻坯) /// [Description("锻造原料确认标识(0否,1是,2非锻坯)")] [Nullable(true)] [DataLength(1)] public string InwlIsokDz { get { return inwlIsokDz; } set { inwlIsokDz = value; } } /// /// 默认锻造产线代码 /// [Description("默认锻造产线代码")] [Nullable(true)] [DataLength(20)] public string PlineCodeDz { get { return plineCodeDz; } set { plineCodeDz = value; } } /// /// 默认锻造产线 /// [Description("默认锻造产线")] [Nullable(true)] [DataLength(100)] public string PlineNameDz { get { return plineNameDz; } set { plineNameDz = value; } } /// /// 锻造订单编号 /// [Description("锻造订单编号")] [Nullable(true)] [DataLength(20)] public string DzProPlanId { get { return dzProPlanId; } set { dzProPlanId = value; } } /// /// 默认铸造产线代码 /// [Description("默认铸造产线代码")] [Nullable(true)] [DataLength(20)] public string PlineCodeZz { get { return plineCodeZz; } set { plineCodeZz = value; } } /// /// 默认铸造产线 /// [Description("默认铸造产线")] [Nullable(true)] [DataLength(100)] public string PlineNameZz { get { return plineNameZz; } set { plineNameZz = value; } } /// /// 铸造订单编号 /// [Description("铸造订单编号")] [Nullable(true)] [DataLength(20)] public string ZzProPlanId { get { return zzProPlanId; } set { zzProPlanId = value; } } /// /// 锻造加工余量(直径mm) /// [Description("锻造加工余量(直径mm)")] [Nullable(true)] [DataLength(10)] public string DzLoseAdd { get { return dzLoseAdd; } set { dzLoseAdd = value; } } /// /// 锻造切头尾量(mm) /// [Description("锻造切头尾量(mm)")] [Nullable(true)] [DataLength(10)] public string DzCutHeadEnd { get { return dzCutHeadEnd; } set { dzCutHeadEnd = value; } } /// /// 锻造每火次烧损(%) /// [Description("锻造每火次烧损(%)")] [Nullable(true)] [DataLength(5)] public string DzBurnLose { get { return dzBurnLose; } set { dzBurnLose = value; } } private string gowhereName = ""; /// /// 物流去向 /// public string GowhereName { get { return gowhereName; } set { gowhereName = value; } } private string gowhereCode = ""; /// /// 物流去向 /// public string GowhereCode { get { return gowhereCode; } set { gowhereCode = value; } } } }