| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233 |
- 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_GX_JG_PROP_S所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:DESKTOP-LI8OG3P 时间:2016-10-18
- /// </summary>
- public class PlnGxJgPropSEntityAmoun
- {
- /// <summary>
- /// 接箍工序订单编号
- /// </summary>
- private string proPlanId = "";
- /// <summary>
- /// 订单属性分组号
- /// </summary>
- private string jgGroupId = "";
- /// <summary>
- /// 工序排产序号
- /// </summary>
- private string gxPlanNo = "";
- /// <summary>
- /// 接箍产线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 接箍产线描述
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 产线内生产顺序号
- /// </summary>
- private string gxProSeq = "";
- /// <summary>
- /// 接箍码
- /// </summary>
- private string codeJg = "";
- /// <summary>
- /// 接箍规格描述
- /// </summary>
- private string specJgDesc = "";
- /// <summary>
- /// 接箍备料码
- /// </summary>
- private string codeJgBl = "";
- /// <summary>
- /// 钢级(牌号)代码
- /// </summary>
- private string steelcode = "";
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- private string steelname = "";
- /// <summary>
- /// 钢种代码
- /// </summary>
- private string gradecode = "";
- /// <summary>
- /// 钢种名称
- /// </summary>
- private string gradename = "";
- /// <summary>
- /// 接箍料物料编码
- /// </summary>
- private string blWlId = "";
- /// <summary>
- /// 接箍料物料描述
- /// </summary>
- private string blWlDesc = "";
- /// <summary>
- /// 接箍料外径(mm)
- /// </summary>
- private decimal? minD = null;
- /// <summary>
- /// 接箍料壁厚(mm)
- /// </summary>
- private decimal? minH = null;
- /// <summary>
- /// 接箍料目标长度
- /// </summary>
- private decimal? aimlengthBl = null;
- /// <summary>
- /// 目标切管长
- /// </summary>
- private decimal? aimCutLen = null;
- /// <summary>
- /// 接箍坯料长度min
- /// </summary>
- private string lengthMin = "";
- /// <summary>
- /// 接箍坯料长度max
- /// </summary>
- private string lengthMax = "";
- /// <summary>
- /// 接箍坯料锥度
- /// </summary>
- private string taper = "";
- /// <summary>
- /// 扣型代码
- /// </summary>
- private string modelCode = "";
- /// <summary>
- /// 接箍扣型描述
- /// </summary>
- private string modelDesc = "";
- /// <summary>
- /// 探伤要求(408401)
- /// </summary>
- private string demandDetection = "";
- /// <summary>
- /// 磷化镀铜要求(408402)
- /// </summary>
- private string demandBonderizing = "";
- /// <summary>
- /// 压印喷标
- /// </summary>
- private string demandCopper = "";
- /// <summary>
- /// 喷砂要求
- /// </summary>
- private string demandBlast = "";
- /// <summary>
- /// 排产接箍个数
- /// </summary>
- private decimal? groupNumS = null;
- /// <summary>
- /// 单支可切个数
- /// </summary>
- private decimal? singleCutNun = null;
- /// <summary>
- /// 排产备料支数
- /// </summary>
- private decimal? groupBlNumS = null;
- /// <summary>
- /// 排产备料重量
- /// </summary>
- private decimal? groupBlWtS = null;
- /// <summary>
- /// 是否确认
- /// </summary>
- private string isPlanOk = "";
- /// <summary>
- /// 接箍利库个数
- /// </summary>
- private decimal? matchnumJg = null;
- /// <summary>
- /// 生产年月
- /// </summary>
- private string proMonth = "";
- /// <summary>
- /// 计划耗时(分)
- /// </summary>
- private decimal? planUsetime = null;
- /// <summary>
- /// 计划开始时间
- /// </summary>
- private string planTimeB = "";
- /// <summary>
- /// 计划结束时间
- /// </summary>
- private string planTimeE = "";
- /// <summary>
- /// 接箍料利库重量
- /// </summary>
- private decimal? matchwtBl = null;
- /// <summary>
- /// 接箍料利库支数
- /// </summary>
- private decimal? matchnumBl = null;
- /// <summary>
- /// 虚拟挂料吨
- /// </summary>
- private decimal? batchedWt = null;
- /// <summary>
- /// 虚拟挂料支
- /// </summary>
- private decimal? batchedNum = null;
- /// <summary>
- /// 炉计划已排接箍个数
- /// </summary>
- private decimal? batchedNumOut = null;
- /// <summary>
- /// 实际挂料吨
- /// </summary>
- private decimal? realBatchedWt = null;
- /// <summary>
- /// 实际挂料支
- /// </summary>
- private decimal? realBatchedNum = null;
- /// <summary>
- /// 完成个数(生产+利库)
- /// </summary>
- private decimal? producedNum = null;
- /// <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 issuedTime = "";
- /// <summary>
- /// 确认人
- /// </summary>
- private string issuedMan = "";
- /// <summary>
- /// 最近取消确认时间
- /// </summary>
- private string lastUndownTime = "";
- /// <summary>
- /// 最近取消确认人
- /// </summary>
- private string lastUndownMan = "";
- /// <summary>
- /// 加工成本
- /// </summary>
- private decimal? processingCost = null;
- /// <summary>
- /// 完全成本
- /// </summary>
- private decimal? totalCost = null;
- /// <summary>
- /// 是否接箍监制
- /// </summary>
- private string ifMonitorJg = "";
- /// <summary>
- /// 监制编号
- /// </summary>
- private string prdcrNo = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 炉计划是否下发
- /// </summary>
- private string isStoveIssued = "";
- /// <summary>
- /// 炉计划下发时间
- /// </summary>
- private string stoveIssuedTime = "";
- /// <summary>
- /// 炉计划下发人
- /// </summary>
- private string stoveIssuedMan = "";
- /// <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 JgGroupId
- {
- get { return jgGroupId; }
- set { jgGroupId = value; }
- }
- /// <summary>
- /// 工序排产序号
- /// </summary>
- [Description("排产序号")]
- [Nullable(false)]
- [DataLength(10)]
- public string GxPlanNo
- {
- get { return gxPlanNo; }
- set { gxPlanNo = 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(20)]
- public string GxProSeq
- {
- get { return gxProSeq; }
- set { gxProSeq = value; }
- }
- /// <summary>
- /// 接箍码
- /// </summary>
- [Description("接箍码")]
- [Nullable(true)]
- [DataLength(7)]
- public string CodeJg
- {
- get { return codeJg; }
- set { codeJg = value; }
- }
- /// <summary>
- /// 接箍规格描述
- /// </summary>
- [Description("规格")]
- [Nullable(true)]
- [DataLength(100)]
- public string SpecJgDesc
- {
- get { return specJgDesc; }
- set { specJgDesc = value; }
- }
- /// <summary>
- /// 接箍备料码
- /// </summary>
- [Description("备料码")]
- [Nullable(true)]
- [DataLength(20)]
- public string CodeJgBl
- {
- get { return codeJgBl; }
- set { codeJgBl = 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 string Gradecode
- {
- get { return gradecode; }
- set { gradecode = value; }
- }
- /// <summary>
- /// 钢种名称
- /// </summary>
- [Description("钢种")]
- [Nullable(true)]
- [DataLength(100)]
- public string Gradename
- {
- get { return gradename; }
- set { gradename = value; }
- }
- /// <summary>
- /// 接箍料物料编码
- /// </summary>
- [Description("投入物料编码")]
- [Nullable(true)]
- [DataLength(40)]
- public string BlWlId
- {
- get { return blWlId; }
- set { blWlId = value; }
- }
- /// <summary>
- /// 接箍料物料描述
- /// </summary>
- [Description("投入物料")]
- [Nullable(true)]
- [DataLength(40)]
- public string BlWlDesc
- {
- get { return blWlDesc; }
- set { blWlDesc = value; }
- }
- /// <summary>
- /// 接箍料外径(mm)
- /// </summary>
- [Description("接箍料外径(mm)")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? MinD
- {
- get { return minD; }
- set { minD = value; }
- }
- /// <summary>
- /// 接箍料壁厚(mm)
- /// </summary>
- [Description("接箍料壁厚(mm)")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? MinH
- {
- get { return minH; }
- set { minH = value; }
- }
- /// <summary>
- /// 接箍料目标长度
- /// </summary>
- [Description("接箍料目标长度")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? AimlengthBl
- {
- get { return aimlengthBl; }
- set { aimlengthBl = value; }
- }
- /// <summary>
- /// 目标切管长
- /// </summary>
- [Description("目标切管长")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? AimCutLen
- {
- get { return aimCutLen; }
- set { aimCutLen = value; }
- }
- /// <summary>
- /// 接箍坯料长度min
- /// </summary>
- [Description("接箍坯料长度min")]
- [Nullable(true)]
- [DataLength(10)]
- public string LengthMin
- {
- get { return lengthMin; }
- set { lengthMin = value; }
- }
- /// <summary>
- /// 接箍坯料长度max
- /// </summary>
- [Description("接箍坯料长度max")]
- [Nullable(true)]
- [DataLength(10)]
- public string LengthMax
- {
- get { return lengthMax; }
- set { lengthMax = value; }
- }
- /// <summary>
- /// 接箍坯料锥度
- /// </summary>
- [Description("接箍坯料锥度")]
- [Nullable(true)]
- [DataLength(10)]
- public string Taper
- {
- get { return taper; }
- set { taper = 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(400)]
- public string DemandCopper
- {
- get { return demandCopper; }
- set { demandCopper = value; }
- }
- /// <summary>
- /// 排产接箍个数
- /// </summary>
- [Description("接箍个数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? GroupNumS
- {
- get { return groupNumS; }
- set { groupNumS = value; }
- }
- /// <summary>
- /// 单支可切个数
- /// </summary>
- [Description("单支可切个数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? SingleCutNun
- {
- get { return singleCutNun; }
- set { singleCutNun = value; }
- }
- /// <summary>
- /// 排产备料支数
- /// </summary>
- [Description("备料支")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? GroupBlNumS
- {
- get { return groupBlNumS; }
- set { groupBlNumS = value; }
- }
- /// <summary>
- /// 排产备料重量
- /// </summary>
- [Description("备料吨")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? GroupBlWtS
- {
- get { return groupBlWtS; }
- set { groupBlWtS = value; }
- }
- /// <summary>
- /// 是否确认
- /// </summary>
- [Description("是否确认")]
- [Nullable(true)]
- [DataLength(1)]
- public string IsPlanOk
- {
- get { return isPlanOk; }
- set { isPlanOk = value; }
- }
- /// <summary>
- /// 接箍利库个数
- /// </summary>
- [Description("接箍利库个数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? MatchnumJg
- {
- get { return matchnumJg; }
- set { matchnumJg = value; }
- }
- /// <summary>
- /// 生产年月
- /// </summary>
- [Description("生产年月")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProMonth
- {
- get { return proMonth; }
- set { proMonth = value; }
- }
- /// <summary>
- /// 计划耗时(分)
- /// </summary>
- [Description("计划耗时(h)")]
- [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>
- /// 接箍料利库重量
- /// </summary>
- [Description("接箍料利库重量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? MatchwtBl
- {
- get { return matchwtBl; }
- set { matchwtBl = value; }
- }
- /// <summary>
- /// 接箍料利库支数
- /// </summary>
- [Description("接箍料利库支数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? MatchnumBl
- {
- get { return matchnumBl; }
- set { matchnumBl = value; }
- }
- /// <summary>
- /// 虚拟挂料吨
- /// </summary>
- [Description("计划吨")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? BatchedWt
- {
- get { return batchedWt; }
- set { batchedWt = value; }
- }
- /// <summary>
- /// 虚拟挂料支
- /// </summary>
- [Description("计划支")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? BatchedNum
- {
- get { return batchedNum; }
- set { batchedNum = value; }
- }
- /// <summary>
- /// 炉计划已排接箍个数
- /// </summary>
- [Description("计划个数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? BatchedNumOut
- {
- get { return batchedNumOut; }
- set { batchedNumOut = value; }
- }
- /// <summary>
- /// 实际挂料吨
- /// </summary>
- [Description("装炉吨")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? RealBatchedWt
- {
- get { return realBatchedWt; }
- set { realBatchedWt = value; }
- }
- /// <summary>
- /// 实际挂料支
- /// </summary>
- [Description("装炉支")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? RealBatchedNum
- {
- get { return realBatchedNum; }
- set { realBatchedNum = value; }
- }
- /// <summary>
- /// 完成个数(生产+利库)
- /// </summary>
- [Description("完成个数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? ProducedNum
- {
- get { return producedNum; }
- set { producedNum = 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)]
- 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>
- /// 加工成本
- /// </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 IfMonitorJg
- {
- get { return ifMonitorJg; }
- set { ifMonitorJg = value; }
- }
- /// <summary>
- /// 监制编号
- /// </summary>
- [Description("监制编号")]
- [Nullable(true)]
- [DataLength(40)]
- public string PrdcrNo
- {
- get { return prdcrNo; }
- set { prdcrNo = value; }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("创建时间")]
- [Nullable(true)]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 炉计划是否下发
- /// </summary>
- [Description("是否下发")]
- [Nullable(true)]
- [DataLength(1)]
- public string IsStoveIssued
- {
- get { return isStoveIssued; }
- set { isStoveIssued = 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>
- /// 主交货编码PK
- /// </summary>
- private string ordLnDlyPk = "";
- /// <summary>
- /// 主排产流水号
- /// </summary>
- private string plnDivideId = "";
- /// <summary>
- /// 接箍规格代码
- /// </summary>
- private string specJg = "";
- /// <summary>
- /// 排产接箍重量
- /// </summary>
- private decimal? groupWtS = null;
- /// <summary>
- /// 接箍料需求号
- /// </summary>
- private string reqBlId = "";
- /// <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(10)]
- public string SpecJg
- {
- get { return specJg; }
- set { specJg = value; }
- }
- /// <summary>
- /// 排产接箍重量
- /// </summary>
- [Description("接箍重量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? GroupWtS
- {
- get { return groupWtS; }
- set { groupWtS = value; }
- }
- /// <summary>
- /// 接箍料需求号
- /// </summary>
- [Description("合同号")]
- [Nullable(true)]
- [DataLength(20)]
- public string ReqBlId
- {
- get { return reqBlId; }
- set { reqBlId = value; }
- }
- private string outwlId = "";
- [Description("产出物料编码")]
- public string OutwlId
- {
- get { return outwlId; }
- set { outwlId = value; }
- }
- private string outwlDesc = "";
- [Description("产出物料")]
- public string OutwlDesc
- {
- get { return outwlDesc; }
- set { outwlDesc = value; }
- }
- /// <summary>
- /// 本工序监制点
- /// </summary>
- private string monitorPoint = "";
- /// <summary>
- /// 工艺文件号
- /// </summary>
- private string craftFileNo = "";
- /// <summary>
- /// 工艺文件责任人
- /// </summary>
- private string craftFileMan = "";
- /// <summary>
- /// 工艺序号
- /// </summary>
- private decimal? craftSeq = null;
- /// <summary>
- /// 本工序点路径
- /// </summary>
- private string stationRoad = "";
- /// <summary>
- /// 合同下发版次(年月日+3位流水)
- /// </summary>
- private string versionNo = "";
- /// <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 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>
- /// 合同下发版次(年月日+3位流水)
- /// </summary>
- [Description("合同下发版次")]
- [Nullable(true)]
- [DataLength(20)]
- public string VersionNo
- {
- get { return versionNo; }
- set { versionNo = value; }
- }
- private string craftPath;
- [Description("工艺存储路径")]
- public string CraftPath
- {
- get { return craftPath; }
- set { craftPath = value; }
- }
- private string styleJg = "";
- [Description("中孔类别")]
- public string StyleJg
- {
- get { return styleJg; }
- set { styleJg = value; }
- }
- private string produccodeJgDesc = "";
- [Description("品种")]
- public string ProduccodeJgDesc
- {
- get { return produccodeJgDesc; }
- set { produccodeJgDesc = value; }
- }
- private string stdName = "";
- [Description("标准名称")]
- public string StdName
- {
- get { return stdName; }
- set { stdName = value; }
- }
- private string stdStyleDesc = "";
- [Description("标准类别")]
- public string StdStyleDesc
- {
- get { return stdStyleDesc; }
- set { stdStyleDesc = value; }
- }
- private string codeBlAll = "";
- [Description("可选备料码")]
- public string CodeBlAll
- {
- get { return codeBlAll; }
- set { codeBlAll = value; }
- }
- private decimal? stockNumLiku;
- [Description("库存可利库支")]
- public decimal? StockNumLiku
- {
- get { return stockNumLiku; }
- set { stockNumLiku = value; }
- }
- private decimal? reallWt = null;
- [Description("可排产量")]
- public decimal? ReallWt
- {
- get { return reallWt; }
- set { reallWt = value; }
- }
- private string workBill = "";
- [Description("可做工单个")]
- public string WorkBill
- {
- get { return workBill; }
- set { workBill = 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; }
- }
- private string orderSource = "";
- [Description("合同来源")]
- public string OrderSource
- {
- get { return orderSource; }
- set { orderSource = value; }
- }
- }
- }
|