| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763 |
- 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.PlnSaleOrd.工序排产.entity
- {
- /// <summary>
- /// 数据库表PLN_ORDER_JGX_S所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:PC-20180117CCCC 时间:2018-05-04
- /// </summary>
- public class PlnOrderJgxSEntityAmoun
- {
- /// <summary>
- /// 主加工线合同号
- /// </summary>
- private string proOrderNo = "";
- /// <summary>
- /// 加工线订单编号
- /// </summary>
- private string proPlanId = "";
- /// <summary>
- /// 工序排产序号
- /// </summary>
- private string gxPlanNo = "";
- /// <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 plineCode = "";
- /// <summary>
- /// 产线描述
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 投入物料编码
- /// </summary>
- private string inwlId = "";
- /// <summary>
- /// 投入物料描述
- /// </summary>
- private string inwlDesc = "";
- /// <summary>
- /// 产出物料编码
- /// </summary>
- private string outwlId = "";
- /// <summary>
- /// 产出物料描述
- /// </summary>
- private string outwlDesc = "";
- /// <summary>
- /// 排产吨
- /// </summary>
- private decimal? weigthS = null;
- /// <summary>
- /// 排产支
- /// </summary>
- private decimal? numS = null;
- /// <summary>
- /// 产线内生产顺序号
- /// </summary>
- private string gxProSeq = "";
- /// <summary>
- /// 计划耗时(分)
- /// </summary>
- private decimal? planUsetime = null;
- /// <summary>
- /// 计划开始时间
- /// </summary>
- private string planTimeB = "";
- /// <summary>
- /// 计划结束时间
- /// </summary>
- private string planTimeE = "";
- /// <summary>
- /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
- /// </summary>
- private string exeStatus = "";
- /// <summary>
- /// 是否检修计划
- /// </summary>
- private string isRepairPln = "";
- /// <summary>
- /// 检修类型
- /// </summary>
- private string repairType = "";
- /// <summary>
- /// 钢级(牌号)代码
- /// </summary>
- private string steelcode = "";
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- private string steelname = "";
- /// <summary>
- /// 外径
- /// </summary>
- private decimal? outdiameter = null;
- /// <summary>
- /// 壁厚
- /// </summary>
- private decimal? wallthick = null;
- /// <summary>
- /// 最大长度
- /// </summary>
- private decimal? lengthmax = null;
- /// <summary>
- /// 最小长度
- /// </summary>
- private decimal? lengthmin = null;
- /// <summary>
- /// 长度描述
- /// </summary>
- private string lengthdisc = "";
- /// <summary>
- /// 目标壁厚
- /// </summary>
- private decimal? aimwallthick = null;
- /// <summary>
- /// 目标长度
- /// </summary>
- private decimal? aimlength = null;
- /// <summary>
- /// 短尺率(%)
- /// </summary>
- private decimal? shrtLenRato = null;
- /// <summary>
- /// 短尺最短
- /// </summary>
- private decimal? shortest = null;
- /// <summary>
- /// 长尺率(%)
- /// </summary>
- private decimal? longLenRato = null;
- /// <summary>
- /// 长尺最长
- /// </summary>
- private decimal? longest = null;
- /// <summary>
- /// 短尺随炉
- /// </summary>
- private string shrtStove = "";
- /// <summary>
- /// 平均长度大于
- /// </summary>
- private decimal? avgLenMin = null;
- /// <summary>
- /// 最长最短差小于
- /// </summary>
- private decimal? difrncLenMax = null;
- /// <summary>
- /// 单倍尺长
- /// </summary>
- private decimal? siglLen = null;
- /// <summary>
- /// 成品长度公差(单倍尺长专用)
- /// </summary>
- private decimal? endlenSpecstd = null;
- /// <summary>
- /// 扣型代码
- /// </summary>
- private string modelCode = "";
- /// <summary>
- /// 扣型描述
- /// </summary>
- private string modelDesc = "";
- /// <summary>
- /// 投料最大长度
- /// </summary>
- private decimal? lengthmaxIn = null;
- /// <summary>
- /// 投料最小长度
- /// </summary>
- private decimal? lengthminIn = null;
- /// <summary>
- /// 投料长度
- /// </summary>
- private decimal? lengthIn = null;
- /// <summary>
- /// 计划分切数
- /// </summary>
- private decimal? outnumCut = null;
- /// <summary>
- /// 待投入吨
- /// </summary>
- private decimal? inWeightS = null;
- /// <summary>
- /// 待投入支
- /// </summary>
- private decimal? inNumS = null;
- /// <summary>
- /// 加投吨
- /// </summary>
- private decimal? addWtIn = null;
- /// <summary>
- /// 加投支
- /// </summary>
- private decimal? addNumIn = null;
- /// <summary>
- /// 投入利库吨
- /// </summary>
- private decimal? matchWtIn = null;
- /// <summary>
- /// 投入利库支
- /// </summary>
- private decimal? matchNumIn = null;
- /// <summary>
- /// 是否加工线监制
- /// </summary>
- private string ifMonitorJgx = "";
- /// <summary>
- /// 监制编号
- /// </summary>
- private string prdcrNo = "";
- /// <summary>
- /// 本工序监制点
- /// </summary>
- private string monitorPoint = "";
- /// <summary>
- /// 成分标准索引号集合(内控)
- /// </summary>
- private string cic = "";
- /// <summary>
- /// 材质标准索引号集合(内控)
- /// </summary>
- private string pic = "";
- /// <summary>
- /// 公差标准索引号集合(内控)
- /// </summary>
- private string sic = "";
- /// <summary>
- /// 探伤索引号集合(内控)
- /// </summary>
- private string dic = "";
- /// <summary>
- /// 水压索引码集合(内控)
- /// </summary>
- private string wic = "";
- /// <summary>
- /// 加工标准索引号集合(内控)
- /// </summary>
- private string gic = "";
- /// <summary>
- /// 工艺文件号
- /// </summary>
- private string craftFileNo = "";
- /// <summary>
- /// 工艺文件责任人
- /// </summary>
- private string craftFileMan = "";
- /// <summary>
- /// 工艺序号
- /// </summary>
- private decimal? craftSeq = null;
- /// <summary>
- /// 本工序点路径
- /// </summary>
- private string stationRoad = "";
- /// <summary>
- /// 炉计划已排吨
- /// </summary>
- private decimal? batchedWt = null;
- /// <summary>
- /// 炉计划已排支
- /// </summary>
- private decimal? batchedNum = null;
- /// <summary>
- /// 生产完成吨
- /// </summary>
- private decimal? finishweight = null;
- /// <summary>
- /// 生产完成支
- /// </summary>
- private decimal? finishnum = null;
- /// <summary>
- /// 是否确认
- /// </summary>
- private string isPlanOk = "";
- /// <summary>
- /// 加工线生产批次
- /// </summary>
- private string zyBatchId = "";
- /// <summary>
- /// 生产年月
- /// </summary>
- private string proMonth = "";
- /// <summary>
- /// 前工序名
- /// </summary>
- private string previousGx = "";
- /// <summary>
- /// 前工序订单号
- /// </summary>
- private string prevGxplanId = "";
- /// <summary>
- /// 国内外
- /// </summary>
- private string ifExport = "";
- /// <summary>
- /// 合同用户(最终用户/客户名)
- /// </summary>
- private string finalUserDesc = "";
- /// <summary>
- /// 轧制方式(轧管二级工序名)
- /// </summary>
- private string processDescCZg = "";
- /// <summary>
- /// 默认轧管机组(名)
- /// </summary>
- private string groupRollName = "";
- /// <summary>
- /// 轧管开始时间
- /// </summary>
- private string beginTimeZg = "";
- /// <summary>
- /// 监制提前通知天(取本工序最大)
- /// </summary>
- private decimal? prdcrAdvcDay = null;
- /// <summary>
- /// 制程描述
- /// </summary>
- private string wholeBacklogDesc = "";
- /// <summary>
- /// 合同紧急度
- /// </summary>
- private string priority = "";
- /// <summary>
- /// 紧急度备注
- /// </summary>
- private string priorityMemo = "";
- /// <summary>
- /// 交货期
- /// </summary>
- private string delvryEdate = "";
- /// <summary>
- /// 到站(名称)
- /// </summary>
- private string stationNm = "";
- /// <summary>
- /// 250厂下线地点
- /// </summary>
- private string outlineSite250 = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 备注
- /// </summary>
- private string memo = "";
- /// <summary>
- /// 确认时间
- /// </summary>
- private string issuedTime = "";
- /// <summary>
- /// 确认人
- /// </summary>
- private string issuedMan = "";
- /// <summary>
- /// 最近取消确认时间
- /// </summary>
- private string lastUndownTime = "";
- /// <summary>
- /// 最近取消确认人
- /// </summary>
- private string lastUndownMan = "";
- /// <summary>
- /// 合同下发版次(年月日+3位流水)
- /// </summary>
- private string versionNo = "";
- /// <summary>
- /// 加工成本
- /// </summary>
- private decimal? processingCost = null;
- /// <summary>
- /// 完全成本
- /// </summary>
- private decimal? totalCost = null;
- /// <summary>
- /// 炉计划是否下发
- /// </summary>
- private string ifStoveIssued = "";
- /// <summary>
- /// 炉计划下发时间
- /// </summary>
- private string stoveIssuedTime = "";
- /// <summary>
- /// 炉计划下发人
- /// </summary>
- private string stoveIssuedMan = "";
- /// <summary>
- /// 是否上料行
- /// </summary>
- private string isOnloadLine = "";
- /// <summary>
- /// 二级工序代码
- /// </summary>
- private string processCodeC = "";
- /// <summary>
- /// 二级工序名称
- /// </summary>
- private string processDescC = "";
- /// <summary>
- /// 主冶金规范码
- /// </summary>
- private string msc = "";
- /// <summary>
- /// 主制程索引号
- /// </summary>
- private string indexSeq = "";
- /// <summary>
- /// 主BOM
- /// </summary>
- private string bom = "";
- /// <summary>
- /// 是否工艺变更锁定
- /// </summary>
- private string ifCraftLocked = "";
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- private string validflag = "";
- /// <summary>
- /// 判定字头
- /// </summary>
- private string decision = "";
- /// <summary>
- /// 主加工线合同号
- /// </summary>
- [Description("主加工线合同号")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProOrderNo
- {
- get { return proOrderNo; }
- set { proOrderNo = value; }
- }
- /// <summary>
- /// 加工线订单编号
- /// </summary>
- [Description("订单编号")]
- [Nullable(false)]
- [DataLength(20)]
- public string ProPlanId
- {
- get { return proPlanId; }
- set { proPlanId = value; }
- }
- /// <summary>
- /// 工序排产序号
- /// </summary>
- [Description("排产序号")]
- [Nullable(false)]
- [DataLength(10)]
- public string GxPlanNo
- {
- get { return gxPlanNo; }
- set { gxPlanNo = 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(true)]
- [DataLength(40)]
- public string OrdLnDlyPk
- {
- get { return ordLnDlyPk; }
- set { ordLnDlyPk = value; }
- }
- /// <summary>
- /// 排产流水号
- /// </summary>
- [Description("排产流水号")]
- [Nullable(true)]
- [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(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(40)]
- public string InwlId
- {
- get { return inwlId; }
- set { inwlId = value; }
- }
- /// <summary>
- /// 投入物料描述
- /// </summary>
- [Description("投入物料")]
- [Nullable(true)]
- [DataLength(100)]
- public string InwlDesc
- {
- get { return inwlDesc; }
- set { inwlDesc = value; }
- }
- /// <summary>
- /// 产出物料编码
- /// </summary>
- [Description("产出物料编码")]
- [Nullable(true)]
- [DataLength(40)]
- public string OutwlId
- {
- get { return outwlId; }
- set { outwlId = value; }
- }
- /// <summary>
- /// 产出物料描述
- /// </summary>
- [Description("产出物料")]
- [Nullable(true)]
- [DataLength(100)]
- public string OutwlDesc
- {
- get { return outwlDesc; }
- set { outwlDesc = value; }
- }
- /// <summary>
- /// 排产吨
- /// </summary>
- [Description("排产吨")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? WeigthS
- {
- get { return weigthS; }
- set { weigthS = value; }
- }
- /// <summary>
- /// 排产支
- /// </summary>
- [Description("排产支")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? NumS
- {
- get { return numS; }
- set { numS = value; }
- }
- /// <summary>
- /// 产线内生产顺序号
- /// </summary>
- [Description("生产顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public string GxProSeq
- {
- get { return gxProSeq; }
- set { gxProSeq = value; }
- }
- /// <summary>
- /// 计划耗时(分)
- /// </summary>
- [Description("计划耗时(分)")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? PlanUsetime
- {
- get { return planUsetime; }
- set { planUsetime = value; }
- }
- /// <summary>
- /// 计划开始时间
- /// </summary>
- [Description("计划开始时间")]
- [Nullable(true)]
- public string PlanTimeB
- {
- get { return planTimeB; }
- set { planTimeB = value; }
- }
- /// <summary>
- /// 计划结束时间
- /// </summary>
- [Description("计划结束时间")]
- [Nullable(true)]
- public string PlanTimeE
- {
- get { return planTimeE; }
- set { planTimeE = value; }
- }
- /// <summary>
- /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
- /// </summary>
- [Description("执行状态")]
- [Nullable(true)]
- [DataLength(10)]
- public string ExeStatus
- {
- get { return exeStatus; }
- set { exeStatus = value; }
- }
- /// <summary>
- /// 是否检修计划
- /// </summary>
- [Description("是否检修")]
- [Nullable(true)]
- [DataLength(1)]
- public string IsRepairPln
- {
- get { return isRepairPln; }
- set { isRepairPln = value; }
- }
- /// <summary>
- /// 检修类型
- /// </summary>
- [Description("检修类型")]
- [Nullable(true)]
- [DataLength(40)]
- public string RepairType
- {
- get { return repairType; }
- set { repairType = 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(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? 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(100)]
- public string Lengthdisc
- {
- get { return lengthdisc; }
- set { lengthdisc = 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? Aimlength
- {
- get { return aimlength; }
- set { aimlength = value; }
- }
- /// <summary>
- /// 短尺率(%)
- /// </summary>
- [Description("短尺率(%)")]
- [Nullable(true)]
- [DataLength(2)]
- public decimal? ShrtLenRato
- {
- get { return shrtLenRato; }
- set { shrtLenRato = value; }
- }
- /// <summary>
- /// 短尺最短
- /// </summary>
- [Description("短尺最短")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? Shortest
- {
- get { return shortest; }
- set { shortest = value; }
- }
- /// <summary>
- /// 长尺率(%)
- /// </summary>
- [Description("长尺率(%)")]
- [Nullable(true)]
- [DataLength(2)]
- public decimal? LongLenRato
- {
- get { return longLenRato; }
- set { longLenRato = value; }
- }
- /// <summary>
- /// 长尺最长
- /// </summary>
- [Description("长尺最长")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? Longest
- {
- get { return longest; }
- set { longest = value; }
- }
- /// <summary>
- /// 短尺随炉
- /// </summary>
- [Description("短尺随炉")]
- [Nullable(true)]
- [DataLength(20)]
- public string ShrtStove
- {
- get { return shrtStove; }
- set { shrtStove = value; }
- }
- /// <summary>
- /// 平均长度大于
- /// </summary>
- [Description("平均长度大于")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? AvgLenMin
- {
- get { return avgLenMin; }
- set { avgLenMin = value; }
- }
- /// <summary>
- /// 最长最短差小于
- /// </summary>
- [Description("最长最短差小于")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? DifrncLenMax
- {
- get { return difrncLenMax; }
- set { difrncLenMax = value; }
- }
- /// <summary>
- /// 单倍尺长
- /// </summary>
- [Description("单倍尺长")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? SiglLen
- {
- get { return siglLen; }
- set { siglLen = value; }
- }
- /// <summary>
- /// 成品长度公差(单倍尺长专用)
- /// </summary>
- [Description("成品长度公差")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? EndlenSpecstd
- {
- get { return endlenSpecstd; }
- set { endlenSpecstd = value; }
- }
- /// <summary>
- /// 扣型代码
- /// </summary>
- [Description("扣型代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string ModelCode
- {
- get { return modelCode; }
- set { modelCode = value; }
- }
- /// <summary>
- /// 扣型描述
- /// </summary>
- [Description("扣型描述")]
- [Nullable(true)]
- [DataLength(100)]
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = 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? LengthIn
- {
- get { return lengthIn; }
- set { lengthIn = value; }
- }
- /// <summary>
- /// 计划分切数
- /// </summary>
- [Description("计划分切数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? OutnumCut
- {
- get { return outnumCut; }
- set { outnumCut = value; }
- }
- /// <summary>
- /// 待投入吨
- /// </summary>
- [Description("待投入吨")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? InWeightS
- {
- get { return inWeightS; }
- set { inWeightS = value; }
- }
- /// <summary>
- /// 待投入支
- /// </summary>
- [Description("待投入支")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? InNumS
- {
- get { return inNumS; }
- set { inNumS = value; }
- }
- /// <summary>
- /// 加投吨
- /// </summary>
- [Description("加投吨")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? AddWtIn
- {
- get { return addWtIn; }
- set { addWtIn = value; }
- }
- /// <summary>
- /// 加投支
- /// </summary>
- [Description("加投支")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? AddNumIn
- {
- get { return addNumIn; }
- set { addNumIn = value; }
- }
- /// <summary>
- /// 投入利库吨
- /// </summary>
- [Description("投入利库吨")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? MatchWtIn
- {
- get { return matchWtIn; }
- set { matchWtIn = value; }
- }
- /// <summary>
- /// 投入利库支
- /// </summary>
- [Description("投入利库支")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? MatchNumIn
- {
- get { return matchNumIn; }
- set { matchNumIn = value; }
- }
- /// <summary>
- /// 是否加工线监制
- /// </summary>
- [Description("是否监制")]
- [Nullable(true)]
- [DataLength(1)]
- public string IfMonitorJgx
- {
- get { return ifMonitorJgx; }
- set { ifMonitorJgx = value; }
- }
- /// <summary>
- /// 监制编号
- /// </summary>
- [Description("监制编号")]
- [Nullable(true)]
- [DataLength(40)]
- public string PrdcrNo
- {
- get { return prdcrNo; }
- set { prdcrNo = value; }
- }
- /// <summary>
- /// 本工序监制点
- /// </summary>
- [Description("本工序监制点")]
- [Nullable(true)]
- [DataLength(200)]
- public string MonitorPoint
- {
- get { return monitorPoint; }
- set { monitorPoint = value; }
- }
- /// <summary>
- /// 成分标准索引号集合(内控)
- /// </summary>
- [Description("成分索引码")]
- [Nullable(true)]
- [DataLength(400)]
- public string Cic
- {
- get { return cic; }
- set { cic = value; }
- }
- /// <summary>
- /// 材质标准索引号集合(内控)
- /// </summary>
- [Description("理化索引码")]
- [Nullable(true)]
- [DataLength(400)]
- public string Pic
- {
- get { return pic; }
- set { pic = value; }
- }
- /// <summary>
- /// 公差标准索引号集合(内控)
- /// </summary>
- [Description("公差索引码")]
- [Nullable(true)]
- [DataLength(400)]
- public string Sic
- {
- get { return sic; }
- set { sic = value; }
- }
- /// <summary>
- /// 探伤索引号集合(内控)
- /// </summary>
- [Description("探伤索引码")]
- [Nullable(true)]
- [DataLength(400)]
- public string Dic
- {
- get { return dic; }
- set { dic = value; }
- }
- /// <summary>
- /// 水压索引码集合(内控)
- /// </summary>
- [Description("水压索引码")]
- [Nullable(true)]
- [DataLength(400)]
- public string Wic
- {
- get { return wic; }
- set { wic = value; }
- }
- /// <summary>
- /// 加工标准索引号集合(内控)
- /// </summary>
- [Description("加工索引码")]
- [Nullable(true)]
- [DataLength(400)]
- public string Gic
- {
- get { return gic; }
- set { gic = value; }
- }
- /// <summary>
- /// 工艺文件号
- /// </summary>
- [Description("工艺文件号")]
- [Nullable(true)]
- [DataLength(400)]
- 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(5)]
- public decimal? CraftSeq
- {
- get { return craftSeq; }
- set { craftSeq = value; }
- }
- /// <summary>
- /// 本工序点路径
- /// </summary>
- [Description("本工序点路径")]
- [Nullable(true)]
- [DataLength(200)]
- public string StationRoad
- {
- get { return stationRoad; }
- set { stationRoad = value; }
- }
-
- /// <summary>
- /// 是否确认
- /// </summary>
- [Description("是否确认")]
- [Nullable(true)]
- [DataLength(1)]
- public string IsPlanOk
- {
- get { return isPlanOk; }
- set { isPlanOk = value; }
- }
- /// <summary>
- /// 加工线生产批次
- /// </summary>
- [Description("生产批次")]
- [Nullable(true)]
- [DataLength(20)]
- public string ZyBatchId
- {
- get { return zyBatchId; }
- set { zyBatchId = value; }
- }
- /// <summary>
- /// 生产年月
- /// </summary>
- [Description("生产年月")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProMonth
- {
- get { return proMonth; }
- set { proMonth = value; }
- }
- /// <summary>
- /// 前工序名
- /// </summary>
- [Description("前工序名")]
- [Nullable(true)]
- [DataLength(40)]
- public string PreviousGx
- {
- get { return previousGx; }
- set { previousGx = value; }
- }
- /// <summary>
- /// 前工序订单号
- /// </summary>
- [Description("前工序订单号")]
- [Nullable(true)]
- [DataLength(20)]
- public string PrevGxplanId
- {
- get { return prevGxplanId; }
- set { prevGxplanId = value; }
- }
- /// <summary>
- /// 国内外
- /// </summary>
- [Description("国内外")]
- [Nullable(true)]
- [DataLength(20)]
- public string IfExport
- {
- get { return ifExport; }
- set { ifExport = value; }
- }
- /// <summary>
- /// 合同用户(最终用户/客户名)
- /// </summary>
- [Description("合同用户")]
- [Nullable(true)]
- [DataLength(100)]
- public string FinalUserDesc
- {
- get { return finalUserDesc; }
- set { finalUserDesc = value; }
- }
- /// <summary>
- /// 轧制方式(轧管二级工序名)
- /// </summary>
- [Description("轧制方式")]
- [Nullable(true)]
- [DataLength(50)]
- public string ProcessDescCZg
- {
- get { return processDescCZg; }
- set { processDescCZg = value; }
- }
- /// <summary>
- /// 默认轧管机组(名)
- /// </summary>
- [Description("默认轧管机组")]
- [Nullable(true)]
- [DataLength(100)]
- public string GroupRollName
- {
- get { return groupRollName; }
- set { groupRollName = value; }
- }
- /// <summary>
- /// 轧管开始时间
- /// </summary>
- [Description("轧管开始时间")]
- [Nullable(true)]
- public string BeginTimeZg
- {
- get { return beginTimeZg; }
- set { beginTimeZg = value; }
- }
- /// <summary>
- /// 监制提前通知天(取本工序最大)
- /// </summary>
- [Description("监制提前通知天")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? PrdcrAdvcDay
- {
- get { return prdcrAdvcDay; }
- set { prdcrAdvcDay = value; }
- }
- /// <summary>
- /// 制程描述
- /// </summary>
- [Description("制程描述")]
- [Nullable(true)]
- [DataLength(500)]
- public string WholeBacklogDesc
- {
- get { return wholeBacklogDesc; }
- set { wholeBacklogDesc = value; }
- }
- /// <summary>
- /// 合同紧急度
- /// </summary>
- [Description("合同紧急度")]
- [Nullable(true)]
- [DataLength(20)]
- public string Priority
- {
- get { return priority; }
- set { priority = value; }
- }
- /// <summary>
- /// 紧急度备注
- /// </summary>
- [Description("紧急度备注")]
- [Nullable(true)]
- [DataLength(200)]
- public string PriorityMemo
- {
- get { return priorityMemo; }
- set { priorityMemo = value; }
- }
- /// <summary>
- /// 交货期
- /// </summary>
- [Description("交货期")]
- [Nullable(true)]
- public string DelvryEdate
- {
- get { return delvryEdate; }
- set { delvryEdate = value; }
- }
- /// <summary>
- /// 到站(名称)
- /// </summary>
- [Description("到站(名称)")]
- [Nullable(true)]
- [DataLength(100)]
- public string StationNm
- {
- get { return stationNm; }
- set { stationNm = value; }
- }
- /// <summary>
- /// 250厂下线地点
- /// </summary>
- [Description("250厂下线地点")]
- [Nullable(true)]
- [DataLength(100)]
- public string OutlineSite250
- {
- get { return outlineSite250; }
- set { outlineSite250 = value; }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("创建时间")]
- [Nullable(true)]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 备注
- /// </summary>
- [Description("备注")]
- [Nullable(true)]
- [DataLength(200)]
- public string Memo
- {
- get { return memo; }
- set { memo = value; }
- }
- /// <summary>
- /// 确认时间
- /// </summary>
- [Description("确认时间")]
- [Nullable(true)]
- public string IssuedTime
- {
- get { return issuedTime; }
- set { issuedTime = value; }
- }
- /// <summary>
- /// 确认人
- /// </summary>
- [Description("确认人")]
- [Nullable(true)]
- [DataLength(20)]
- public string IssuedMan
- {
- get { return issuedMan; }
- set { issuedMan = value; }
- }
- /// <summary>
- /// 最近取消确认时间
- /// </summary>
- [Description("取消确认时间")]
- [Nullable(true)]
- public string LastUndownTime
- {
- get { return lastUndownTime; }
- set { lastUndownTime = value; }
- }
- /// <summary>
- /// 最近取消确认人
- /// </summary>
- [Description("取消确认人")]
- [Nullable(true)]
- [DataLength(20)]
- public string LastUndownMan
- {
- get { return lastUndownMan; }
- set { lastUndownMan = value; }
- }
- /// <summary>
- /// 合同下发版次(年月日+3位流水)
- /// </summary>
- [Description("合同下发版次")]
- [Nullable(true)]
- [DataLength(20)]
- public string VersionNo
- {
- get { return versionNo; }
- set { versionNo = value; }
- }
- /// <summary>
- /// 加工成本
- /// </summary>
- [Description("加工成本")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? ProcessingCost
- {
- get { return processingCost; }
- set { processingCost = value; }
- }
- /// <summary>
- /// 完全成本
- /// </summary>
- [Description("完全成本")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? TotalCost
- {
- get { return totalCost; }
- set { totalCost = value; }
- }
- /// <summary>
- /// 炉计划是否下发
- /// </summary>
- [Description("是否下发")]
- [Nullable(true)]
- [DataLength(1)]
- public string IfStoveIssued
- {
- get { return ifStoveIssued; }
- set { ifStoveIssued = value; }
- }
- /// <summary>
- /// 炉计划下发时间
- /// </summary>
- [Description("下发时间")]
- [Nullable(true)]
- public string StoveIssuedTime
- {
- get { return stoveIssuedTime; }
- set { stoveIssuedTime = value; }
- }
- /// <summary>
- /// 炉计划下发人
- /// </summary>
- [Description("下发人")]
- [Nullable(true)]
- [DataLength(20)]
- public string StoveIssuedMan
- {
- get { return stoveIssuedMan; }
- set { stoveIssuedMan = value; }
- }
- /// <summary>
- /// 是否上料行
- /// </summary>
- [Description("是否上料行")]
- [Nullable(true)]
- [DataLength(1)]
- public string IsOnloadLine
- {
- get { return isOnloadLine; }
- set { isOnloadLine = 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(20)]
- public string Msc
- {
- get { return msc; }
- set { msc = 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>
- /// 是否工艺变更锁定
- /// </summary>
- [Description("是否工艺变更锁定")]
- [Nullable(true)]
- [DataLength(1)]
- public string IfCraftLocked
- {
- get { return ifCraftLocked; }
- set { ifCraftLocked = value; }
- }
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- [Description("有效标志")]
- [Nullable(false)]
- [DataLength(1)]
- public string Validflag
- {
- get { return validflag; }
- set { validflag = value; }
- }
- /// <summary>
- /// 判定字头
- /// </summary>
- [Description("判定字头")]
- [Nullable(true)]
- [DataLength(20)]
- public string Decision
- {
- get { return decision; }
- set { decision = value; }
- }
- /// <summary>
- /// 补量需坯支
- /// </summary>
- private decimal? amountNum = null;
- [Description("补量支")]
- [Nullable(true)]
- [DataLength(20)]
- public decimal? AmountNum
- {
- get { return amountNum; }
- set { amountNum = value; }
- }
- /// <summary>
- /// 补量需坯吨
- /// </summary>
- private decimal? amountWet = null;
- [Description("补量吨")]
- [Nullable(true)]
- [DataLength(20)]
- public decimal? AmountWet
- {
- get { return amountWet; }
- set { amountWet = value; }
- }
- }
- }
|