| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022 |
- 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
- {
- /// <summary>
- /// 数据库表PLN_ORDER_DBK所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:USER-20150714WV 时间:2016-04-13
- /// </summary>
- public class PlnOrderDbkEntity
- {
- /// <summary>
- /// 镦拔扩合同编号
- /// </summary>
- private string proOrderNo = "";
- /// <summary>
- /// 排产联动组号
- /// </summary>
- private string planGroupId = "";
- /// <summary>
- /// 合同来源(销售合同、备料需求、补量需求)
- /// </summary>
- private string orderSource = "";
- /// <summary>
- /// 交货编码PK
- /// </summary>
- private string ordLnDlyPk = "";
- /// <summary>
- /// 排产流水号
- /// </summary>
- private string plnDivideId = "";
- /// <summary>
- /// 合同号
- /// </summary>
- private string orderNo = "";
- /// <summary>
- /// 合同行号
- /// </summary>
- private string orderSeq = "";
- /// <summary>
- /// 交货编码
- /// </summary>
- private string deliveryNo = "";
- /// <summary>
- /// 备料需求号
- /// </summary>
- private string reqBlId = "";
- /// <summary>
- /// 制程索引号
- /// </summary>
- private string indexSeq = "";
- /// <summary>
- /// BOM
- /// </summary>
- private string bom = "";
- /// <summary>
- /// 全程工序顺序号(COM_MSC_PROCESS)
- /// </summary>
- private decimal? backlogSeq = null;
- /// <summary>
- /// 钢级(牌号)代码
- /// </summary>
- private string steelcode = "";
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- private string steelname = "";
- /// <summary>
- /// 产出物料编码
- /// </summary>
- private string outwlId = "";
- /// <summary>
- /// 外径
- /// </summary>
- private decimal? outdiameter = null;
- /// <summary>
- /// 壁厚
- /// </summary>
- private decimal? wallthick = null;
- /// <summary>
- /// 目标壁厚
- /// </summary>
- private decimal? aimwallthick = null;
- /// <summary>
- /// 最大长度
- /// </summary>
- private decimal? lengthmax = null;
- /// <summary>
- /// 最小长度
- /// </summary>
- private decimal? lengthmin = null;
- /// <summary>
- /// 目标长度
- /// </summary>
- private decimal? aimlength = null;
- /// <summary>
- /// 投入物料编码
- /// </summary>
- private string inwlId = "";
- /// <summary>
- /// 原料外径
- /// </summary>
- private decimal? outdiameterIn = null;
- /// <summary>
- /// 原料壁厚
- /// </summary>
- private decimal? wallthickIn = null;
- /// <summary>
- /// 原料最大长度
- /// </summary>
- private decimal? lengthmaxIn = null;
- /// <summary>
- /// 原料最小长度
- /// </summary>
- private decimal? lengthminIn = null;
- /// <summary>
- /// 成材率
- /// </summary>
- private decimal? getrate = null;
- /// <summary>
- /// 变径类型
- /// </summary>
- private string bjType = "";
- /// <summary>
- /// 可选产线编码
- /// </summary>
- private string plineCodeMay = "";
- /// <summary>
- /// 可选产线描述
- /// </summary>
- private string plineNameMay = "";
- /// <summary>
- /// 合同重量
- /// </summary>
- private decimal? orderweight = null;
- /// <summary>
- /// 合同支数
- /// </summary>
- private decimal? ordernum = null;
- /// <summary>
- /// 利库量
- /// </summary>
- private decimal? matchWt = null;
- /// <summary>
- /// 利库支数
- /// </summary>
- private decimal? matchNum = null;
- /// <summary>
- /// 有无外购计划
- /// </summary>
- private bool ifbuyplan ;
- /// <summary>
- /// 外购计划号
- /// </summary>
- private string buyplanid = "";
- /// <summary>
- /// 外购计划量
- /// </summary>
- private decimal? buyplanWt = null;
- /// <summary>
- /// 待生产量(订单量-利库-外购)
- /// </summary>
- private decimal? reqProdWt = null;
- /// <summary>
- /// 待生产支数
- /// </summary>
- private decimal? reqProdNum = null;
- /// <summary>
- /// 最晚完成日期
- /// </summary>
- private string prodEndDate = "";
- /// <summary>
- /// 工序合同状态(1计划,2排产,3生产中,4生产完成,5合同关闭,6合同取消,9封闭)
- /// </summary>
- private string orderstatus = "";
- /// <summary>
- /// 是否已排工序订单
- /// </summary>
- private bool isPlaned ;
- /// <summary>
- /// 镦拔扩订单编号
- /// </summary>
- private string proPlanId = "";
- /// <summary>
- /// 生产完成重量
- /// </summary>
- private decimal? finishweight = null;
- /// <summary>
- /// 是否末端工序
- /// </summary>
- private bool isendgx ;
- /// <summary>
- /// 下一工序
- /// </summary>
- private string nextGx = "";
- /// <summary>
- /// 是否工序补量合同(末工序不能为1)
- /// </summary>
- private bool isExtraOrd ;
- /// <summary>
- /// 是否镦拔扩工序监制
- /// </summary>
- private bool ifMonitorBj ;
- /// <summary>
- /// 监制编号
- /// </summary>
- private string prdcrNo = "";
- /// <summary>
- /// 工艺文件号
- /// </summary>
- private string craftFileNo = "";
- /// <summary>
- /// 工艺文件责任人
- /// </summary>
- private string craftFileMan = "";
- /// <summary>
- /// 创建人
- /// </summary>
- private string createName = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 修改人
- /// </summary>
- private string updateName = "";
- /// <summary>
- /// 修改时间
- /// </summary>
- private string updateTime = "";
- /// <summary>
- /// 工艺序号
- /// </summary>
- private decimal? craftSeq = null;
- /// <summary>
- /// 产线编码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 产线描述
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 二级工序代码
- /// </summary>
- private string processCodeC = "";
- /// <summary>
- /// 二级工序名称
- /// </summary>
- private string processDescC = "";
- /// <summary>
- /// 本工序点路径
- /// </summary>
- private string stationRoad = "";
- /// <summary>
- /// 前一工序名
- /// </summary>
- private string previousGx = "";
- /// <summary>
- /// 前一工序
- /// </summary>
- private string previousGxCode = "";
- /// <summary>
- /// 镦拔扩合同编号
- /// </summary>
- [Description("镦拔扩合同编号")]
- [Nullable(false)]
- [DataLength(20)]
- public string ProOrderNo
- {
- get { return proOrderNo; }
- set { proOrderNo = value; }
- }
- /// <summary>
- /// 排产联动组号
- /// </summary>
- [Description("排产联动组号")]
- [Nullable(true)]
- [DataLength(40)]
- public string PlanGroupId
- {
- get { return planGroupId; }
- set { planGroupId = value; }
- }
- /// <summary>
- /// 合同来源(销售合同、备料需求、补量需求)
- /// </summary>
- [Description("合同来源")]
- [Nullable(true)]
- [DataLength(20)]
- public string OrderSource
- {
- get { return orderSource; }
- set { orderSource = value; }
- }
- /// <summary>
- /// 交货编码PK
- /// </summary>
- [Description("交货编码PK")]
- [Nullable(false)]
- [DataLength(40)]
- public string OrdLnDlyPk
- {
- get { return ordLnDlyPk; }
- set { ordLnDlyPk = value; }
- }
- /// <summary>
- /// 排产流水号
- /// </summary>
- [Description("排产流水号")]
- [Nullable(false)]
- [DataLength(10)]
- public string PlnDivideId
- {
- get { return plnDivideId; }
- set { plnDivideId = value; }
- }
- /// <summary>
- /// 合同号
- /// </summary>
- [Description("合同号")]
- [Nullable(true)]
- [DataLength(20)]
- public string OrderNo
- {
- get { return orderNo; }
- set { orderNo = value; }
- }
- /// <summary>
- /// 合同行号
- /// </summary>
- [Description("合同行号")]
- [Nullable(true)]
- [DataLength(3)]
- public string OrderSeq
- {
- get { return orderSeq; }
- set { orderSeq = value; }
- }
- /// <summary>
- /// 交货编码
- /// </summary>
- [Description("交货行号")]
- [Nullable(true)]
- [DataLength(3)]
- public string DeliveryNo
- {
- get { return deliveryNo; }
- set { deliveryNo = value; }
- }
- /// <summary>
- /// 备料需求号
- /// </summary>
- [Description("备料需求号")]
- [Nullable(true)]
- [DataLength(20)]
- public string ReqBlId
- {
- get { return reqBlId; }
- set { reqBlId = value; }
- }
- /// <summary>
- /// 制程索引号
- /// </summary>
- [Description("制程索引号")]
- [Nullable(true)]
- [DataLength(32)]
- public string IndexSeq
- {
- get { return indexSeq; }
- set { indexSeq = value; }
- }
- /// <summary>
- /// BOM
- /// </summary>
- [Description("BOM")]
- [Nullable(true)]
- [DataLength(40)]
- public string Bom
- {
- get { return bom; }
- set { bom = value; }
- }
- /// <summary>
- /// 全程工序顺序号(COM_MSC_PROCESS)
- /// </summary>
- [Description("全程工序顺序号")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? BacklogSeq
- {
- get { return backlogSeq; }
- set { backlogSeq = value; }
- }
- /// <summary>
- /// 钢级(牌号)代码
- /// </summary>
- [Description("钢级(牌号)代码")]
- [Nullable(true)]
- [DataLength(10)]
- public string Steelcode
- {
- get { return steelcode; }
- set { steelcode = value; }
- }
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- [Description("钢级(牌号)名称")]
- [Nullable(true)]
- [DataLength(100)]
- public string Steelname
- {
- get { return steelname; }
- set { steelname = value; }
- }
- /// <summary>
- /// 产出物料编码
- /// </summary>
- [Description("产出物料编码")]
- [Nullable(true)]
- [DataLength(40)]
- public string OutwlId
- {
- get { return outwlId; }
- set { outwlId = value; }
- }
- /// <summary>
- /// 外径
- /// </summary>
- [Description("外径")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Outdiameter
- {
- get { return outdiameter; }
- set { outdiameter = value; }
- }
- /// <summary>
- /// 壁厚
- /// </summary>
- [Description("壁厚")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Wallthick
- {
- get { return wallthick; }
- set { wallthick = value; }
- }
- /// <summary>
- /// 目标壁厚
- /// </summary>
- [Description("目标壁厚")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Aimwallthick
- {
- get { return aimwallthick; }
- set { aimwallthick = value; }
- }
- /// <summary>
- /// 最大长度
- /// </summary>
- [Description("最大长度")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Lengthmax
- {
- get { return lengthmax; }
- set { lengthmax = value; }
- }
- /// <summary>
- /// 最小长度
- /// </summary>
- [Description("最小长度")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Lengthmin
- {
- get { return lengthmin; }
- set { lengthmin = value; }
- }
- /// <summary>
- /// 目标长度
- /// </summary>
- [Description("目标长度")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Aimlength
- {
- get { return aimlength; }
- set { aimlength = value; }
- }
- /// <summary>
- /// 投入物料编码
- /// </summary>
- [Description("投入物料编码")]
- [Nullable(true)]
- [DataLength(40)]
- public string InwlId
- {
- get { return inwlId; }
- set { inwlId = value; }
- }
- /// <summary>
- /// 原料外径
- /// </summary>
- [Description("原料外径")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? OutdiameterIn
- {
- get { return outdiameterIn; }
- set { outdiameterIn = value; }
- }
- /// <summary>
- /// 原料壁厚
- /// </summary>
- [Description("原料壁厚")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? WallthickIn
- {
- get { return wallthickIn; }
- set { wallthickIn = value; }
- }
- /// <summary>
- /// 原料最大长度
- /// </summary>
- [Description("原料最大长度")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? LengthmaxIn
- {
- get { return lengthmaxIn; }
- set { lengthmaxIn = value; }
- }
- /// <summary>
- /// 原料最小长度
- /// </summary>
- [Description("原料最小长度")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? LengthminIn
- {
- get { return lengthminIn; }
- set { lengthminIn = value; }
- }
- /// <summary>
- /// 成材率
- /// </summary>
- [Description("成材率")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Getrate
- {
- get { return getrate; }
- set { getrate = value; }
- }
- /// <summary>
- /// 变径类型
- /// </summary>
- [Description("变径类型")]
- [Nullable(true)]
- [DataLength(20)]
- public string BjType
- {
- get { return bjType; }
- set { bjType = value; }
- }
- /// <summary>
- /// 可选产线编码
- /// </summary>
- [Description("可选产线编码")]
- [Nullable(true)]
- [DataLength(100)]
- public string PlineCodeMay
- {
- get { return plineCodeMay; }
- set { plineCodeMay = value; }
- }
- /// <summary>
- /// 可选产线描述
- /// </summary>
- [Description("可选产线描述")]
- [Nullable(true)]
- [DataLength(400)]
- public string PlineNameMay
- {
- get { return plineNameMay; }
- set { plineNameMay = value; }
- }
- /// <summary>
- /// 合同重量
- /// </summary>
- [Description("合同重量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Orderweight
- {
- get { return orderweight; }
- set { orderweight = value; }
- }
- /// <summary>
- /// 合同支数
- /// </summary>
- [Description("合同支数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Ordernum
- {
- get { return ordernum; }
- set { ordernum = value; }
- }
- /// <summary>
- /// 利库量
- /// </summary>
- [Description("利库量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? MatchWt
- {
- get { return matchWt; }
- set { matchWt = value; }
- }
- /// <summary>
- /// 利库支数
- /// </summary>
- [Description("利库支数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? MatchNum
- {
- get { return matchNum; }
- set { matchNum = value; }
- }
- /// <summary>
- /// 有无外购计划
- /// </summary>
- [Description("有无外购计划")]
- [Nullable(true)]
- [DataLength(1)]
- public bool Ifbuyplan
- {
- get { return ifbuyplan; }
- set { ifbuyplan = value; }
- }
- /// <summary>
- /// 外购计划号
- /// </summary>
- [Description("外购计划号")]
- [Nullable(true)]
- [DataLength(20)]
- public string Buyplanid
- {
- get { return buyplanid; }
- set { buyplanid = value; }
- }
- /// <summary>
- /// 外购计划量
- /// </summary>
- [Description("外购计划量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? BuyplanWt
- {
- get { return buyplanWt; }
- set { buyplanWt = value; }
- }
- /// <summary>
- /// 待生产量(订单量-利库-外购)
- /// </summary>
- [Description("待生产量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? ReqProdWt
- {
- get { return reqProdWt; }
- set { reqProdWt = value; }
- }
- /// <summary>
- /// 待生产支数
- /// </summary>
- [Description("待生产支数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? ReqProdNum
- {
- get { return reqProdNum; }
- set { reqProdNum = value; }
- }
- /// <summary>
- /// 最晚完成日期
- /// </summary>
- [Description("最晚完成日期")]
- [Nullable(true)]
- public string ProdEndDate
- {
- get { return prodEndDate; }
- set { prodEndDate = value; }
- }
- /// <summary>
- /// 工序合同状态(1计划,2排产,3生产中,4生产完成,5合同关闭,6合同取消,9封闭)
- /// </summary>
- [Description("工序合同状态")]
- [Nullable(true)]
- [DataLength(20)]
- public string Orderstatus
- {
- get { return orderstatus; }
- set { orderstatus = value; }
- }
- /// <summary>
- /// 是否已排工序订单
- /// </summary>
- [Description("是否已排工序订单")]
- [Nullable(true)]
- [DataLength(10)]
- public bool IsPlaned
- {
- get { return isPlaned; }
- set { isPlaned = value; }
- }
- /// <summary>
- /// 镦拔扩订单编号
- /// </summary>
- [Description("镦拔扩订单编号")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProPlanId
- {
- get { return proPlanId; }
- set { proPlanId = value; }
- }
- /// <summary>
- /// 生产完成重量
- /// </summary>
- [Description("生产完成重量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Finishweight
- {
- get { return finishweight; }
- set { finishweight = value; }
- }
- /// <summary>
- /// 是否末端工序
- /// </summary>
- [Description("是否末端工序")]
- [Nullable(true)]
- [DataLength(1)]
- public bool Isendgx
- {
- get { return isendgx; }
- set { isendgx = value; }
- }
- /// <summary>
- /// 下一工序
- /// </summary>
- [Description("下一工序")]
- [Nullable(true)]
- [DataLength(20)]
- public string NextGx
- {
- get { return nextGx; }
- set { nextGx = value; }
- }
- /// <summary>
- /// 是否工序补量合同(末工序不能为1)
- /// </summary>
- [Description("是否工序补量合同")]
- [Nullable(true)]
- [DataLength(1)]
- public bool IsExtraOrd
- {
- get { return isExtraOrd; }
- set { isExtraOrd = value; }
- }
- /// <summary>
- /// 是否镦拔扩工序监制
- /// </summary>
- [Description("是否镦拔扩工序监制")]
- [Nullable(true)]
- [DataLength(1)]
- public bool IfMonitorBj
- {
- get { return ifMonitorBj; }
- set { ifMonitorBj = value; }
- }
- /// <summary>
- /// 监制编号
- /// </summary>
- [Description("监制编号")]
- [Nullable(true)]
- [DataLength(40)]
- public string PrdcrNo
- {
- get { return prdcrNo; }
- set { prdcrNo = value; }
- }
- /// <summary>
- /// 工艺文件号
- /// </summary>
- [Description("工艺文件号")]
- [Nullable(true)]
- [DataLength(40)]
- public string CraftFileNo
- {
- get { return craftFileNo; }
- set { craftFileNo = value; }
- }
- /// <summary>
- /// 工艺文件责任人
- /// </summary>
- [Description("工艺文件责任人")]
- [Nullable(true)]
- [DataLength(20)]
- public string CraftFileMan
- {
- get { return craftFileMan; }
- set { craftFileMan = value; }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- [Description("创建人")]
- [Nullable(true)]
- [DataLength(20)]
- public string CreateName
- {
- get { return createName; }
- set { createName = value; }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("创建时间")]
- [Nullable(true)]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 修改人
- /// </summary>
- [Description("修改人")]
- [Nullable(true)]
- [DataLength(20)]
- public string UpdateName
- {
- get { return updateName; }
- set { updateName = value; }
- }
- /// <summary>
- /// 修改时间
- /// </summary>
- [Description("修改时间")]
- [Nullable(true)]
- public string UpdateTime
- {
- get { return updateTime; }
- set { updateTime = value; }
- }
- /// <summary>
- /// 工艺序号
- /// </summary>
- [Description("工艺序号")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? CraftSeq
- {
- get { return craftSeq; }
- set { craftSeq = value; }
- }
- /// <summary>
- /// 产线编码
- /// </summary>
- [Description("产线编码")]
- [Nullable(true)]
- [DataLength(20)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 产线描述
- /// </summary>
- [Description("产线描述")]
- [Nullable(true)]
- [DataLength(100)]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 二级工序代码
- /// </summary>
- [Description("二级工序代码")]
- [Nullable(true)]
- [DataLength(8)]
- public string ProcessCodeC
- {
- get { return processCodeC; }
- set { processCodeC = value; }
- }
- /// <summary>
- /// 二级工序名称
- /// </summary>
- [Description("二级工序名称")]
- [Nullable(true)]
- [DataLength(50)]
- public string ProcessDescC
- {
- get { return processDescC; }
- set { processDescC = value; }
- }
- /// <summary>
- /// 本工序点路径
- /// </summary>
- [Description("本工序点路径")]
- [Nullable(true)]
- [DataLength(200)]
- public string StationRoad
- {
- get { return stationRoad; }
- set { stationRoad = value; }
- }
- /// <summary>
- /// 前一工序名
- /// </summary>
- [Description("前一工序名")]
- [Nullable(true)]
- [DataLength(40)]
- public string PreviousGx
- {
- get { return previousGx; }
- set { previousGx = value; }
- }
- /// <summary>
- /// 前一工序
- /// </summary>
- [Description("前一工序")]
- [Nullable(true)]
- [DataLength(5)]
- public string PreviousGxCode
- {
- get { return previousGxCode; }
- set { previousGxCode = value; }
- }
- }
- }
|