| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866 |
- 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.JGGXPln.Entity
- {
- /// <summary>
- /// 作者:PC-20180117CCCC 时间:2018-06-25
- /// </summary>
- public class PlnOrderGxJgCEntity
- {
- /// <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 steelname = "";
- /// <summary>
- /// 钢种名称
- /// </summary>
- private string gradename = "";
- /// <summary>
- /// 接箍料物料编码
- /// </summary>
- private string blWlId = "";
- /// <summary>
- /// 接箍料物料描述
- /// </summary>
- private string blWlDesc = "";
- /// <summary>
- /// 目标切管长
- /// </summary>
- private decimal? aimCutLen = null;
- /// <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? singleCutNun = null;
- /// <summary>
- /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
- /// </summary>
- private string exeStatus = "";
- /// <summary>
- /// 炉计划下发状态(0未下发,1已下发)
- /// </summary>
- private string isStoveIssued = "";
- /// <summary>
- /// 是否接箍监制
- /// </summary>
- private string ifMonitorJg = "";
- /// <summary>
- /// 监制编号
- /// </summary>
- private string prdcrNo = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 炉计划下发时间
- /// </summary>
- private string stoveIssuedTime = "";
- /// <summary>
- /// 炉计划下发人
- /// </summary>
- private string stoveIssuedMan = "";
- /// <summary>
- /// 主交货编码PK
- /// </summary>
- private string ordLnDlyPk = "";
- /// <summary>
- /// 主排产流水号
- /// </summary>
- private string plnDivideId = "";
- /// <summary>
- /// 接箍料需求号
- /// </summary>
- private string reqBlId = "";
- /// <summary>
- /// 产出物料编码
- /// </summary>
- private string outwlId = "";
- /// <summary>
- /// 产出物料描述
- /// </summary>
- private string outwlDesc = "";
- /// <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>
- /// 中孔类别(I、II、III、IV...)
- /// </summary>
- private string styleJg = "";
- /// <summary>
- /// 接箍标准名称
- /// </summary>
- private string stdName = "";
- /// <summary>
- /// 接箍标准类别描述(I、II、III)
- /// </summary>
- private string stdStyleDesc = "";
- /// <summary>
- /// 接箍品种描述
- /// </summary>
- private string produccodeJgDesc = "";
- /// <summary>
- /// 备料码集合
- /// </summary>
- private string codeBlAll = "";
- /// <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(100)]
- public string Steelname
- {
- get { return steelname; }
- set { steelname = 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>
- /// 目标切管长
- /// </summary>
- [Description("目标切管长")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? AimCutLen
- {
- get { return aimCutLen; }
- set { aimCutLen = value; }
- }
- /// <summary>
- /// 接箍扣型描述
- /// </summary>
- [Description("扣型")]
- [Nullable(true)]
- [DataLength(100)]
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- /// <summary>
- /// 探伤要求(408401)
- /// </summary>
- [Description("是否探伤")]
- [Nullable(true)]
- [DataLength(200)]
- public string DemandDetection
- {
- get { return demandDetection; }
- set { demandDetection = value; }
- }
- /// <summary>
- /// 磷化镀铜要求(408402)
- /// </summary>
- [Description("是否磷化镀铜")]
- [Nullable(true)]
- [DataLength(200)]
- public string DemandBonderizing
- {
- get { return demandBonderizing; }
- set { demandBonderizing = value; }
- }
- /// <summary>
- /// 压印喷标
- /// </summary>
- [Description("是否压印喷标")]
- [Nullable(true)]
- [DataLength(400)]
- public string DemandCopper
- {
- get { return demandCopper; }
- set { demandCopper = value; }
- }
- /// <summary>
- /// 喷砂要求
- /// </summary>
- [Description("是否喷砂")]
- [Nullable(true)]
- [DataLength(200)]
- public string DemandBlast
- {
- get { return demandBlast; }
- set { demandBlast = value; }
- }
- /// <summary>
- /// 单支可切个数
- /// </summary>
- [Description("单支可切个数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? SingleCutNun
- {
- get { return singleCutNun; }
- set { singleCutNun = value; }
- }
- /// <summary>
- /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
- /// </summary>
- [Description("7+1订单状态")]
- [Nullable(true)]
- [DataLength(10)]
- public string ExeStatus
- {
- get { return exeStatus; }
- set { exeStatus = value; }
- }
- /// <summary>
- /// 炉计划下发状态(0未下发,1已下发)
- /// </summary>
- [Description("是否下发")]
- [Nullable(true)]
- [DataLength(1)]
- public string IsStoveIssued
- {
- get { return isStoveIssued; }
- set { isStoveIssued = 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 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>
- [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 ReqBlId
- {
- get { return reqBlId; }
- set { reqBlId = 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(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>
- /// 中孔类别(I、II、III、IV...)
- /// </summary>
- [Description("中孔类别")]
- [Nullable(true)]
- [DataLength(8)]
- public string StyleJg
- {
- get { return styleJg; }
- set { styleJg = value; }
- }
- /// <summary>
- /// 接箍标准名称
- /// </summary>
- [Description("标准名称")]
- [Nullable(true)]
- [DataLength(200)]
- public string StdName
- {
- get { return stdName; }
- set { stdName = value; }
- }
- /// <summary>
- /// 接箍标准类别描述(I、II、III)
- /// </summary>
- [Description("标准类别")]
- [Nullable(true)]
- [DataLength(10)]
- public string StdStyleDesc
- {
- get { return stdStyleDesc; }
- set { stdStyleDesc = value; }
- }
- /// <summary>
- /// 接箍品种描述
- /// </summary>
- [Description("品种")]
- [Nullable(true)]
- [DataLength(100)]
- public string ProduccodeJgDesc
- {
- get { return produccodeJgDesc; }
- set { produccodeJgDesc = value; }
- }
- /// <summary>
- /// 备料码集合
- /// </summary>
- [Description("备料码集合")]
- [Nullable(true)]
- [DataLength(200)]
- public string CodeBlAll
- {
- get { return codeBlAll; }
- set { codeBlAll = value; }
- }
- private string groupNumS = "";
- [Description("排产接箍个")]
- public string GroupNumS
- {
- get { return groupNumS; }
- set { groupNumS = value; }
- }
- private string groupWts = "";
- [Description("排产接箍吨")]
- public string GroupWts
- {
- get { return groupWts; }
- set { groupWts = value; }
- }
- private string plansNum = "";
- [Description("轧管计划产出个")]
- public string PlansNum
- {
- get { return plansNum; }
- set { plansNum = value; }
- }
- private string expectNum = "";
- [Description("预计成品个")]
- public string ExpectNum
- {
- get { return expectNum; }
- set { expectNum = value; }
- }
- private string planTimeB = "";
- [Description("生产时间Min")]
- public string PlanTimeB
- {
- get { return planTimeB; }
- set { planTimeB = value; }
- }
- private string kcCount = "";
- [Description("库存个")]
- public string KcCount
- {
- get { return kcCount; }
- set { kcCount = value; }
- }
- private string type = "";
- [Description("是否成品接箍")]
- public string Type
- {
- get { return type; }
- set { type = value; }
- }
- private string planNum = "";
- [Description("排产支")]
- public string PlanNum
- {
- get { return planNum; }
- set { planNum = value; }
- }
- private string planWt = "";
- [Description("排产吨")]
- public string PlanWt
- {
- get { return planWt; }
- set { planWt = value; }
- }
- private string key = "";
- [Description("订单从表编号")]
- public string Key
- {
- get { return key; }
- set { key = value; }
- }
- private string workNum = "";
- [Description("可做工单个")]
- public string WorkNum
- {
- get { return workNum; }
- set { workNum = value; }
- }
- //private string prodNum = "";
- //[Description("可排产支")]
- //public string ProdNum
- //{
- // get { return prodNum; }
- // set { prodNum = value; }
- //}
- private string workNumTrant = "";
- [Description("工单在途支")]
- public string WorkNumTrant
- {
- get { return workNumTrant; }
- set { workNumTrant = value; }
- }
- private string workNumTranta = "";
- [Description("工单在途个")]
- public string WorkNumTranta
- {
- get { return workNumTranta; }
- set { workNumTranta = value; }
- }
- //private string workWt = "";
- //[Description("可做工单吨")]
- //public string WorkWt
- //{
- // get { return workWt; }
- // set { workWt = value; }
- //}
- private string proPlanIdJgx = "";
- [Description("加工排产订单")]
- public string ProPlanIdJgx
- {
- get { return proPlanIdJgx; }
- set { proPlanIdJgx = value; }
- }
- private string plineNameJgx = "";
- [Description("加工产线")]
- public string PlineNameJgx
- {
- get { return plineNameJgx; }
- set { plineNameJgx = value; }
- }
- private string orderNoSeq = "";
- [Description("成品合同")]
- public string OrderNoSeq
- {
- get { return orderNoSeq; }
- set { orderNoSeq = value; }
- }
- private string finalUserDesc = "";
- [Description("用户")]
- public string FinalUserDesc
- {
- get { return finalUserDesc; }
- set { finalUserDesc = value; }
- }
- private string producname = "";
- [Description("品名")]
- public string Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- private string judgeCount = "";
- [Description("有无炉计划")]
- public string JudgeCount
- {
- get { return judgeCount; }
- set { judgeCount = value; }
- }
- private string craftNoJg2 = "";
- [Description("二级工艺文件")]
- public string CraftNoJg2
- {
- get { return craftNoJg2; }
- set { craftNoJg2 = value; }
- }
- private string craftSeq2 = "";
- [Description("工艺序号")]
- public string CraftSeq2
- {
- get { return craftSeq2; }
- set { craftSeq2 = value; }
- }
- private string craftPath = "";
- [Description("工艺路径")]
- public string CraftPath
- {
- get { return craftPath; }
- set { craftPath = value; }
- }
- private string xqJgNum = "";
- [Description("接箍需求个")]
- public string XqJgNum
- {
- get { return xqJgNum; }
- set { xqJgNum = value; }
- }
- private string cpExeStatus = "";
- [Description("成品合同状态")]
- public string CpExeStatus
- {
- get { return cpExeStatus; }
- set { cpExeStatus = value; }
- }
- private string planIndoubleNum = "";
- [Description("成品装炉支")]
- public string PlanIndoubleNum
- {
- get { return planIndoubleNum; }
- set { planIndoubleNum = value; }
- }
- private string numS = "";
- [Description("成品排产支")]
- public string NumS
- {
- get { return numS; }
- set { numS = value; }
- }
- private string planBlNum = "";
- [Description("备料码炉计划支")]
- public string PlanBlNum
- {
- get { return planBlNum; }
- set { planBlNum = value; }
- }
- private string jgOrderno = "";
- [Description("接箍合同号")]
- public string JgOrderno
- {
- get { return jgOrderno; }
- set { jgOrderno = value; }
- }
- }
-
- }
|