| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211 |
- 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>
- /// 数据库表 铸造工序订单排产分解表 所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:USER-20150714WV 时间:2016-06-01
- /// </summary>
- public class PlnOrderCastSEntityAmoun
- {
- private decimal? canWgt;
- [Description("待冶炼量")]
- public decimal? CanWgt
- {
- get { return canWgt; }
- set { canWgt = value; }
- }
- private string canNum;
- [Description("待冶炼支")]
- public string CanNum
- {
- get { return canNum; }
- set { canNum = 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; }
- }
- /// <summary>
- /// 铸造订单编号
- /// </summary>
- private string proPlanId = "";
- /// <summary>
- /// 工序排产序号
- /// </summary>
- private decimal? gxPlanNo = null;
- /// <summary>
- /// 管坯类型(1铸坯2锻坯)
- /// </summary>
- private string gptype = "";
- /// <summary>
- /// 铸造类型(连铸、模铸)
- /// </summary>
- private string castingtype = "";
- /// <summary>
- /// 铸造产线编码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 铸造产线描述
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 电炉产线编码
- /// </summary>
- private string plineCodeA = "";
- /// <summary>
- /// 电炉产线描述
- /// </summary>
- private string plineNameA = "";
- /// <summary>
- /// 钢种代码
- /// </summary>
- private string gradecode = "";
- /// <summary>
- /// 钢种名称
- /// </summary>
- private string gradename = "";
- /// <summary>
- /// 连铸坯直径
- /// </summary>
- private string diameterLz = "";
- /// <summary>
- /// 单倍坯长(锻坯类型为空)
- /// </summary>
- private decimal? lenGpSingle = null;
- /// <summary>
- /// 倍尺数
- /// </summary>
- private decimal? cutNumGp = null;
- /// <summary>
- /// 切损长度(mm)
- /// </summary>
- private decimal? cutLoseLen = null;
- /// <summary>
- /// 连铸坯长度
- /// </summary>
- private decimal? lengthLz = null;
- /// <summary>
- /// 铸造坯物料编码
- /// </summary>
- private string materialNo = "";
- /// <summary>
- /// 铸造坯物料描述
- /// </summary>
- private string materialName = "";
- /// <summary>
- /// 投入物料编码
- /// </summary>
- private string wlidIn = "";
- /// <summary>
- /// 投入物料描述
- /// </summary>
- private string wldescIn = "";
- /// <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 ifMonitorLg ;
- /// <summary>
- /// 监制编号
- /// </summary>
- private string prdcrNo = "";
- /// <summary>
- /// 炼钢监制点
- /// </summary>
- private string monitorPoint = "";
- /// <summary>
- /// 铸造坯单重(模铸为铸锭单重)
- /// </summary>
- private decimal? wtCastOne = null;
- /// <summary>
- /// 排产重量
- /// </summary>
- private decimal? planWtS = null;
- /// <summary>
- /// 排产支数
- /// </summary>
- private decimal? planNumS = null;
- /// <summary>
- /// 估算浇次数
- /// </summary>
- private decimal? castNumCalc = null;
- /// <summary>
- /// 估算总炉数
- /// </summary>
- private decimal? furnaceNumCalc = null;
- /// <summary>
- /// 平均每炉重量
- /// </summary>
- private decimal? furnaceWt = null;
- /// <summary>
- /// 产线内生产顺序号
- /// </summary>
- private decimal? gxProSeq = 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? planedWt = null;
- /// <summary>
- /// 已组炉支数
- /// </summary>
- private decimal? planedNum = null;
- /// <summary>
- /// 生产完成重量
- /// </summary>
- private decimal? finishweight = null;
- /// <summary>
- /// 生产完成支数
- /// </summary>
- private decimal? finishNum = null;
- /// <summary>
- /// 执行状态(0计划,1生产中,2完成,3关闭A)
- /// </summary>
- private string exeStatus = "";
- /// <summary>
- /// 是否检修计划
- /// </summary>
- private string isRepairPln;
- /// <summary>
- /// 检修类型
- /// </summary>
- private string repairType = "";
- /// <summary>
- /// 是否确认下发
- /// </summary>
- private string isPlanOk;
- /// <summary>
- /// 已排浇次数
- /// </summary>
- private decimal? castNum = null;
- /// <summary>
- /// 已排总炉数
- /// </summary>
- private decimal? furnaceNum = null;
- /// <summary>
- /// 开浇炉非计划加量
- /// </summary>
- private decimal? addWtBegin = null;
- /// <summary>
- /// 结束炉非计划加量
- /// </summary>
- private decimal? addWtEnd = null;
- /// <summary>
- /// 是否与前订单连浇
- /// </summary>
- private string ifConnectAhead;
- /// <summary>
- /// 前连浇非计划加量
- /// </summary>
- private decimal? addWtAhead = null;
- /// <summary>
- /// 是否与后订单连浇
- /// </summary>
- private string ifConnectNext;
- /// <summary>
- /// 后连浇非计划加量
- /// </summary>
- private decimal? addWtNext = null;
- /// <summary>
- /// 备注
- /// </summary>
- private string memo = "";
- /// <summary>
- /// 创建人
- /// </summary>
- private string createName = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 修改人
- /// </summary>
- private string updateName = "";
- /// <summary>
- /// 修改时间
- /// </summary>
- private string updateTime = "";
- /// <summary>
- /// 铸造订单编号
- /// </summary>
- [Description("铸造订单编号")]
- [Nullable(false)]
- [DataLength(20)]
- public string ProPlanId
- {
- get { return proPlanId; }
- set { proPlanId = value; }
- }
- /// <summary>
- /// 工序排产序号
- /// </summary>
- [Description("排产序号")]
- [Nullable(false)]
- [DataLength(10)]
- public decimal? GxPlanNo
- {
- get { return gxPlanNo; }
- set { gxPlanNo = value; }
- }
- /// <summary>
- /// 管坯类型(1铸坯2锻坯)
- /// </summary>
- [Description("管坯类型")]
- [Nullable(true)]
- [DataLength(20)]
- public string Gptype
- {
- get { return gptype; }
- set { gptype = value; }
- }
- /// <summary>
- /// 铸造类型(连铸、模铸)
- /// </summary>
- [Description("铸造类型")]
- [Nullable(true)]
- [DataLength(20)]
- public string Castingtype
- {
- get { return castingtype; }
- set { castingtype = value; }
- }
- /// <summary>
- /// 铸造产线编码
- /// </summary>
- [Description("铸造产线")]
- [Nullable(true)]
- [DataLength(100)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 铸造产线描述
- /// </summary>
- [Description("铸造产线")]
- [Nullable(true)]
- [DataLength(400)]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 电炉产线编码
- /// </summary>
- [Description("电炉产线")]
- [Nullable(true)]
- [DataLength(100)]
- public string PlineCodeA
- {
- get { return plineCodeA; }
- set { plineCodeA = value; }
- }
- /// <summary>
- /// 电炉产线描述
- /// </summary>
- [Description("电炉产线")]
- [Nullable(true)]
- [DataLength(400)]
- public string PlineNameA
- {
- get { return plineNameA; }
- set { plineNameA = 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(10)]
- public string DiameterLz
- {
- get { return diameterLz; }
- set { diameterLz = value; }
- }
- /// <summary>
- /// 单倍坯长(锻坯类型为空)
- /// </summary>
- [Description("单倍坯长")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? LenGpSingle
- {
- get { return lenGpSingle; }
- set { lenGpSingle = value; }
- }
- /// <summary>
- /// 倍尺数
- /// </summary>
- [Description("倍尺数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? CutNumGp
- {
- get { return cutNumGp; }
- set { cutNumGp = value; }
- }
- /// <summary>
- /// 切损长度(mm)
- /// </summary>
- [Description("切损长度(mm)")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? CutLoseLen
- {
- get { return cutLoseLen; }
- set { cutLoseLen = value; }
- }
- /// <summary>
- /// 连铸坯长度
- /// </summary>
- [Description("连铸坯长度")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? LengthLz
- {
- get { return lengthLz; }
- set { lengthLz = value; }
- }
- /// <summary>
- /// 铸造坯物料编码
- /// </summary>
- [Description("铸造坯物料编码")]
- [Nullable(true)]
- [DataLength(40)]
- public string MaterialNo
- {
- get { return materialNo; }
- set { materialNo = value; }
- }
- /// <summary>
- /// 铸造坯物料描述
- /// </summary>
- [Description("铸造坯物料")]
- [Nullable(true)]
- [DataLength(100)]
- public string MaterialName
- {
- get { return materialName; }
- set { materialName = value; }
- }
- /// <summary>
- /// 投入物料编码
- /// </summary>
- [Description("投入物料编码")]
- [Nullable(true)]
- [DataLength(20)]
- public string WlidIn
- {
- get { return wlidIn; }
- set { wlidIn = value; }
- }
- /// <summary>
- /// 投入物料描述
- /// </summary>
- [Description("投入物料")]
- [Nullable(true)]
- [DataLength(40)]
- public string WldescIn
- {
- get { return wldescIn; }
- set { wldescIn = 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(1)]
- public string IfMonitorLg
- {
- get { return ifMonitorLg; }
- set { ifMonitorLg = 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(10)]
- public decimal? WtCastOne
- {
- get { return wtCastOne; }
- set { wtCastOne = value; }
- }
- /// <summary>
- /// 排产重量
- /// </summary>
- [Description("排产重量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? PlanWtS
- {
- get { return planWtS; }
- set { planWtS = value; }
- }
- /// <summary>
- /// 排产支数
- /// </summary>
- [Description("排产支数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? PlanNumS
- {
- get { return planNumS; }
- set { planNumS = value; }
- }
- /// <summary>
- /// 估算浇次数
- /// </summary>
- [Description("估算浇次数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? CastNumCalc
- {
- get { return castNumCalc; }
- set { castNumCalc = value; }
- }
- /// <summary>
- /// 估算总炉数
- /// </summary>
- [Description("估算总炉数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? FurnaceNumCalc
- {
- get { return furnaceNumCalc; }
- set { furnaceNumCalc = value; }
- }
- /// <summary>
- /// 平均每炉重量
- /// </summary>
- [Description("平均每炉重量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? FurnaceWt
- {
- get { return furnaceWt; }
- set { furnaceWt = value; }
- }
- /// <summary>
- /// 产线内生产顺序号
- /// </summary>
- [Description("生产顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public decimal? GxProSeq
- {
- get { return gxProSeq; }
- set { gxProSeq = 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? PlanedWt
- {
- get { return planedWt; }
- set { planedWt = value; }
- }
- /// <summary>
- /// 已组炉支数
- /// </summary>
- [Description("已组炉支数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? PlanedNum
- {
- get { return planedNum; }
- set { planedNum = value; }
- }
- /// <summary>
- /// 生产完成重量
- /// </summary>
- [Description("生产完成重量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? Finishweight
- {
- get { return finishweight; }
- set { finishweight = value; }
- }
- /// <summary>
- /// 生产完成支数
- /// </summary>
- [Description("生产完成支数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? FinishNum
- {
- get { return finishNum; }
- set { finishNum = value; }
- }
- /// <summary>
- /// 执行状态(0计划,1生产中,2完成,3关闭A)
- /// </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(1)]
- public string IsPlanOk
- {
- get { return isPlanOk; }
- set { isPlanOk = value; }
- }
- /// <summary>
- /// 已排浇次数
- /// </summary>
- [Description("已排浇次数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? CastNum
- {
- get { return castNum; }
- set { castNum = value; }
- }
- /// <summary>
- /// 已排总炉数
- /// </summary>
- [Description("已排总炉数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? FurnaceNum
- {
- get { return furnaceNum; }
- set { furnaceNum = value; }
- }
- /// <summary>
- /// 开浇炉非计划加量
- /// </summary>
- [Description("开浇炉非计划加量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? AddWtBegin
- {
- get { return addWtBegin; }
- set { addWtBegin = value; }
- }
- /// <summary>
- /// 结束炉非计划加量
- /// </summary>
- [Description("结束炉非计划加量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? AddWtEnd
- {
- get { return addWtEnd; }
- set { addWtEnd = value; }
- }
- /// <summary>
- /// 是否与前订单连浇
- /// </summary>
- [Description("是否与前订单连浇")]
- [Nullable(true)]
- [DataLength(1)]
- public string IfConnectAhead
- {
- get { return ifConnectAhead; }
- set { ifConnectAhead = value; }
- }
- /// <summary>
- /// 前连浇非计划加量
- /// </summary>
- [Description("前连浇非计划加量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? AddWtAhead
- {
- get { return addWtAhead; }
- set { addWtAhead = value; }
- }
- /// <summary>
- /// 是否与后订单连浇
- /// </summary>
- [Description("是否与后订单连浇")]
- [Nullable(true)]
- [DataLength(1)]
- public string IfConnectNext
- {
- get { return ifConnectNext; }
- set { ifConnectNext = value; }
- }
- /// <summary>
- /// 后连浇非计划加量
- /// </summary>
- [Description("后连浇非计划加量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? AddWtNext
- {
- get { return addWtNext; }
- set { addWtNext = value; }
- }
- /// <summary>
- /// 备注
- /// </summary>
- [Description("计划备注")]
- [Nullable(true)]
- [DataLength(200)]
- public string Memo
- {
- get { return memo; }
- set { memo = 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>
- private string finalUserDesc = "";
- [Description("用户")]
- [Nullable(true)]
- public string FinalUserDesc
- {
- get { return finalUserDesc; }
- set { finalUserDesc = value; }
- }
- /// <summary>
- /// 合同号
- /// </summary>
- private string orderSeqNo = "";
- [Description("合同号")]
- [Nullable(true)]
- public string OrderSeqNo
- {
- get { return orderSeqNo; }
- set { orderSeqNo = value; }
- }
- /// <summary>
- /// 监制单位
- /// </summary>
- private string pdeptName = "";
- [Description("监制单位")]
- [Nullable(true)]
- public string PdeptName
- {
- get { return pdeptName; }
- set { pdeptName = value; }
- }
- /// <summary>
- /// 监制人
- /// </summary>
- private string prdcrMan = "";
- [Description("监制人")]
- [Nullable(true)]
- public string PrdcrMan
- {
- get { return prdcrMan; }
- set { prdcrMan = value; }
- }
- /// <summary>
- /// 品名
- /// </summary>
- private string producname = "";
- [Description("品名")]
- [Nullable(true)]
- public string Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- /// <summary>
- /// 炼钢工序路径
- /// </summary>
- private string stationDesc = "";
- [Description("炼钢工序路径")]
- [Nullable(true)]
- public string StationDesc
- {
- get { return stationDesc; }
- set { stationDesc = value; }
- }
- private string castNoAll = "";
- [Description("浇次号集合")]
- public string CastNoAll
- {
- get { return castNoAll; }
- set { castNoAll = value; }
- }
- private string exeStatusZg = "";
- [Description("轧管执行情况")]
- public string ExeStatusZg
- {
- get { return exeStatusZg; }
- set { exeStatusZg = value; }
- }
- private string progyMemo = "";
- [Description("工艺备注")]
- public string ProgyMemo
- {
- get { return progyMemo; }
- set { progyMemo = value; }
- }
- private string planTimeBZg = "";
- [Description("轧管开始时间(最早)")]
- public string PlanTimeBZg
- {
- get { return planTimeBZg; }
- set { planTimeBZg = value; }
- }
- private string manualNum="";
- [Description("炉次顺序号")]
- public string ManualNum
- {
- get { return manualNum; }
- set { manualNum = value; }
- }
- /// <summary>
- /// 炼钢工艺号
- /// </summary>
- private string craftNo = "";
- [Description("炼钢工艺号")]
- [Nullable(true)]
- [DataLength(50)]
- public string CraftNo
- {
- get { return craftNo; }
- set { craftNo = value; }
- }
- /// <summary>
- /// 炼钢工艺路径
- /// </summary>
- private string craftPath = "";
- //[Description("炼钢工艺路径")]
- //[Nullable(true)]
- //[DataLength(50)]
- public string CraftPath
- {
- get { return craftPath; }
- set { craftPath = value; }
- }
- /// <summary>
- /// 工艺确认
- /// </summary>
- private string ifConfirm = "";
- //[Description("工艺确认")]
- //[Nullable(true)]
- //[DataLength(50)]
- public string IfConfirm
- {
- get { return ifConfirm; }
- set { ifConfirm = value; }
- }
- /// <summary>
- /// 物流去向
- /// </summary>
- private string gowhereName = "";
- [Description("炼钢去向")]
- public string GowhereName
- {
- get { return gowhereName; }
- set { gowhereName = value; }
- }
- /// <summary>
- /// 物流去向
- /// </summary>
- private string changeIndex= "";
- [Description("索引码与标准卡比较")]
- public string ChangeIndex
- {
- get { return changeIndex; }
- set { changeIndex = value; }
- }
- /// <summary>
- /// 炼钢判定标准
- /// </summary>
- private string steelJudgement = "";
- /// <summary>
- /// 炼钢判定标准
- /// </summary>
- [Description("炼钢判定标准")]
- public string SteelJudgement
- {
- get { return steelJudgement; }
- set { steelJudgement = value; }
- }
- private decimal? planWtMin = null;
- [Description("排产量Min")]
- public decimal? PlanWtMin
- {
- get { return planWtMin; }
- set { planWtMin = value; }
- }
- private decimal? planNumSold = null;
- [Description("利库支")]
- public decimal? PlanNumSold
- {
- get { return planNumSold; }
- set { planNumSold = value; }
- }
- private decimal? planWtSold = null;
- [Description("利库量")]
- public decimal? PlanWtSold
- {
- get { return planWtSold; }
- set { planWtSold = value; }
- }
- private string ifAmount = "";
- [Description("是否补量")]
- public string IfAmount
- {
- get { return ifAmount; }
- set { ifAmount = value; }
- }
- }
- }
|