| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Linq;
- using System.Text;
- using Core.Mes.Client.Comm.Attribute;
- namespace Core.StlMes.Client.PlnSaleOrd.炼钢计划.entity
- {
- /// <summary>
- /// 数据库表PLN_STEELFOR_ORD所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:PC-20160925CXYF 时间:2017-08-09
- /// </summary>
- public class PlnSteelforOrdEntity
- {
- /// <summary>
- /// 可编辑重量
- /// </summary>
- private decimal? editWt = null;
- /// <summary>
- /// 可编辑支数
- /// </summary>
- private decimal? editNum = null;
- /// <summary>
- /// 虚拟炉次号(ID)
- /// </summary>
- private string furnaceno = "";
- /// <summary>
- /// 虚拟炉次内顺序号
- /// </summary>
- private decimal? sequenceno = null;
- /// <summary>
- /// 虚拟炉次顺序号(不同电炉产线顺序独立连续)
- /// </summary>
- private decimal? furnacenoSeq = null;
- /// <summary>
- /// 铸造订单编号
- /// </summary>
- private string proPlanId = "";
- /// <summary>
- /// 工序排产序号
- /// </summary>
- private string gxPlanNo = "";
- /// <summary>
- /// 浇次号
- /// </summary>
- private string castNo = "";
- /// <summary>
- /// 浇次顺序号(不同铸机顺序独立连续)
- /// </summary>
- private decimal? castSeq = null;
- /// <summary>
- /// 浇次内炉顺序号(单一浇次)
- /// </summary>
- private decimal? castStoveSeq = null;
- /// <summary>
- /// 连铸顺序号(不同铸机产线顺序独立连续)
- /// </summary>
- private decimal? ccmSeq = null;
- /// <summary>
- /// 冶炼炉号(电炉号)
- /// </summary>
- private string stoveNo = "";
- /// <summary>
- /// 判定炉号
- /// </summary>
- private string judgeStoveNo = "";
- /// <summary>
- /// 判定炉号序号
- /// </summary>
- private string judgeStoveNoSeq = "";
- /// <summary>
- /// 标示炉号(打印炉号)
- /// </summary>
- private string flagStoveNo = "";
- /// <summary>
- /// 生产状态(00=编制中,10=已下发,20=生产中,30=已生产,40=关闭)
- /// </summary>
- private string status = "";
- /// <summary>
- /// 工序点执行状态:00=初始状态;10=切割完成;20=表检完成;30=下线
- /// </summary>
- private string ccmState = "";
- /// <summary>
- /// 铸造计划类型:00=正常;10=表检返线;20=下线返线
- /// </summary>
- private string ccmPlnType = "";
- /// <summary>
- /// 管坯类型(1铸坯2锻坯)
- /// </summary>
- private string gptype = "";
- /// <summary>
- /// 铸造类型(1连铸2模铸)
- /// </summary>
- private string castingtype = "";
- /// <summary>
- /// 铸造产线编码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 铸造产线描述
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 铸机号
- /// </summary>
- private string ccmid = "";
- /// <summary>
- /// 铸流号
- /// </summary>
- private string flowno = "";
- /// <summary>
- /// 电炉产线编码
- /// </summary>
- private string efPlineCode = "";
- /// <summary>
- /// 电炉产线描述
- /// </summary>
- private string efPlineName = "";
- /// <summary>
- /// 投入物料编码
- /// </summary>
- private string wlidIn = "";
- /// <summary>
- /// 投入物料描述
- /// </summary>
- private string wldescIn = "";
- /// <summary>
- /// 产出物料编码
- /// </summary>
- private string materialNo = "";
- /// <summary>
- /// 产出物料描述
- /// </summary>
- private string materialName = "";
- /// <summary>
- /// 钢种代码
- /// </summary>
- private string gradecode = "";
- /// <summary>
- /// 钢种名称
- /// </summary>
- private string gradename = "";
- /// <summary>
- /// 管坯直径
- /// </summary>
- private string diameter = null;
- /// <summary>
- /// 单倍坯长(mm)
- /// </summary>
- private decimal? lenGpSingle = null;
- /// <summary>
- /// 倍尺数
- /// </summary>
- private decimal? cutNumGp = null;
- /// <summary>
- /// 倍尺长度(mm)
- /// </summary>
- private decimal? lengthM = null;
- /// <summary>
- /// 单倍坯重
- /// </summary>
- private decimal? weightGpOne = null;
- /// <summary>
- /// 倍尺单重
- /// </summary>
- private decimal? weightM = null;
- /// <summary>
- /// 倍尺坯支数(计划)
- /// </summary>
- private decimal? totMumM = null;
- /// <summary>
- /// 倍尺坯重量(计划)
- /// </summary>
- private decimal? totWeightM = null;
- /// <summary>
- /// 倍尺坯重量(实绩吨)
- /// </summary>
- private decimal? actWeightM = null;
- /// <summary>
- /// 倍尺坯支数(实绩支)
- /// </summary>
- private decimal? actMumM = null;
- /// <summary>
- /// 是否余材(0订单材1余材)
- /// </summary>
- private string surplusflag = "";
- /// <summary>
- /// 余材类型(1生产超量2开浇加量3尾炉加量4连浇前炉加量5连浇后炉加量)
- /// </summary>
- private string surplusType = "";
- /// <summary>
- /// 是否余材已再分配
- /// </summary>
- private string ifSurplusAlloted = "";
- /// <summary>
- /// 成分标准索引号(内控)
- /// </summary>
- private string cic = "";
- /// <summary>
- /// 材质标准索引号(内控)
- /// </summary>
- private string pic = "";
- /// <summary>
- /// 公差标准索引号(内控)
- /// </summary>
- private string sic = "";
- /// <summary>
- /// 探伤索引号(内控)
- /// </summary>
- private string dic = "";
- /// <summary>
- /// 备注
- /// </summary>
- private string memo = "";
- /// <summary>
- /// 制定人
- /// </summary>
- private string makeman = "";
- /// <summary>
- /// 制定时间
- /// </summary>
- private string maketime = "";
- /// <summary>
- /// 下发人
- /// </summary>
- private string downman = "";
- /// <summary>
- /// 下发时间
- /// </summary>
- private string downtime = "";
- /// <summary>
- /// 成分判定记录ID(炼钢成分判定完成后回写)
- /// </summary>
- private string chemJudgeId = "";
- /// <summary>
- /// 理化判定记录ID(炼钢理化判定完成后回写)
- /// </summary>
- private string phyJudgeId = "";
- /// <summary>
- /// 综合判定记录ID(炼钢综合判定完成后回写)
- /// </summary>
- private string colligateJudgeId = "";
- /// <summary>
- /// 超量吨
- /// </summary>
- private decimal? excessWt = null;
- /// <summary>
- /// 超量支
- /// </summary>
- private decimal? excessNum = null;
- /// <summary>
- /// 是否炼钢监制
- /// </summary>
- private string ifMonitorLg = "";
- /// <summary>
- /// 监制编号
- /// </summary>
- private string prdcrNo = "";
- /// <summary>
- /// 虚拟炉次号(ID)
- /// </summary>
- [Description("虚拟炉次号")]
- [Nullable(false)]
- [DataLength(20)]
- public string Furnaceno
- {
- get { return furnaceno; }
- set { furnaceno = value; }
- }
- /// <summary>
- /// 虚拟炉次内顺序号
- /// </summary>
- [Description("订单顺序号")]
- [Nullable(false)]
- [DataLength(20)]
- public decimal? Sequenceno
- {
- get { return sequenceno; }
- set { sequenceno = value; }
- }
- /// <summary>
- /// 虚拟炉次顺序号(不同电炉产线顺序独立连续)
- /// </summary>
- [Description("炉次顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public decimal? FurnacenoSeq
- {
- get { return furnacenoSeq; }
- set { furnacenoSeq = value; }
- }
- /// <summary>
- /// 铸造订单编号
- /// </summary>
- [Description("铸造订单编号")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProPlanId
- {
- get { return proPlanId; }
- set { proPlanId = value; }
- }
- /// <summary>
- /// 工序排产序号
- /// </summary>
- [Description("排产序号")]
- [Nullable(true)]
- [DataLength(10)]
- public string GxPlanNo
- {
- get { return gxPlanNo; }
- set { gxPlanNo = value; }
- }
- /// <summary>
- /// 浇次号
- /// </summary>
- [Description("浇次号")]
- [Nullable(true)]
- [DataLength(20)]
- public string CastNo
- {
- get { return castNo; }
- set { castNo = value; }
- }
- /// <summary>
- /// 浇次顺序号(不同铸机顺序独立连续)
- /// </summary>
- [Description("浇次顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public decimal? CastSeq
- {
- get { return castSeq; }
- set { castSeq = value; }
- }
- /// <summary>
- /// 浇次内炉顺序号(单一浇次)
- /// </summary>
- [Description("浇次内炉顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public decimal? CastStoveSeq
- {
- get { return castStoveSeq; }
- set { castStoveSeq = value; }
- }
- /// <summary>
- /// 连铸顺序号(不同铸机产线顺序独立连续)
- /// </summary>
- [Description("连铸顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public decimal? CcmSeq
- {
- get { return ccmSeq; }
- set { ccmSeq = value; }
- }
- /// <summary>
- /// 冶炼炉号(电炉号)
- /// </summary>
- [Description("冶炼炉号")]
- [Nullable(true)]
- [DataLength(20)]
- public string StoveNo
- {
- get { return stoveNo; }
- set { stoveNo = value; }
- }
- /// <summary>
- /// 判定炉号
- /// </summary>
- [Description("判定炉号")]
- [Nullable(true)]
- [DataLength(6)]
- public string JudgeStoveNo
- {
- get { return judgeStoveNo; }
- set { judgeStoveNo = value; }
- }
- /// <summary>
- /// 判定炉号序号
- /// </summary>
- [Description("判定炉号序号")]
- [Nullable(true)]
- [DataLength(6)]
- public string JudgeStoveNoSeq
- {
- get { return judgeStoveNoSeq; }
- set { judgeStoveNoSeq = value; }
- }
- /// <summary>
- /// 标示炉号(打印炉号)
- /// </summary>
- [Description("标示炉号")]
- [Nullable(true)]
- [DataLength(20)]
- public string FlagStoveNo
- {
- get { return flagStoveNo; }
- set { flagStoveNo = value; }
- }
- /// <summary>
- /// 生产状态(00=编制中,10=已下发,20=生产中,30=已生产,40=关闭)
- /// </summary>
- [Description("状态")]
- [Nullable(true)]
- [DataLength(20)]
- public string Status
- {
- get { return status; }
- set { status = value; }
- }
- /// <summary>
- /// 工序点执行状态:00=初始状态;10=切割完成;20=表检完成;30=下线
- /// </summary>
- [Description("工序点执行状态")]
- [Nullable(true)]
- [DataLength(2)]
- public string CcmState
- {
- get { return ccmState; }
- set { ccmState = value; }
- }
- /// <summary>
- /// 铸造计划类型:00=正常;10=表检返线;20=下线返线
- /// </summary>
- [Description("铸造计划类型")]
- [Nullable(true)]
- [DataLength(2)]
- public string CcmPlnType
- {
- get { return ccmPlnType; }
- set { ccmPlnType = value; }
- }
- /// <summary>
- /// 管坯类型(1铸坯2锻坯)
- /// </summary>
- [Description("管坯类型")]
- [Nullable(true)]
- [DataLength(20)]
- public string Gptype
- {
- get { return gptype; }
- set { gptype = value; }
- }
- /// <summary>
- /// 铸造类型(1连铸2模铸)
- /// </summary>
- [Description("铸造类型")]
- [Nullable(true)]
- [DataLength(20)]
- public string Castingtype
- {
- get { return castingtype; }
- set { castingtype = value; }
- }
- /// <summary>
- /// 铸造产线编码
- /// </summary>
- [Description("铸造产线编码")]
- [Nullable(true)]
- [DataLength(20)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 铸造产线描述
- /// </summary>
- [Description("铸造产线")]
- [Nullable(true)]
- [DataLength(50)]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 铸机号
- /// </summary>
- [Description("铸机号")]
- [Nullable(true)]
- [DataLength(20)]
- public string Ccmid
- {
- get { return ccmid; }
- set { ccmid = value; }
- }
- /// <summary>
- /// 铸流号
- /// </summary>
- [Description("铸流号")]
- [Nullable(true)]
- [DataLength(2)]
- public string Flowno
- {
- get { return flowno; }
- set { flowno = value; }
- }
- /// <summary>
- /// 电炉产线编码
- /// </summary>
- [Description("电炉产线编码")]
- [Nullable(true)]
- [DataLength(20)]
- public string EfPlineCode
- {
- get { return efPlineCode; }
- set { efPlineCode = value; }
- }
- /// <summary>
- /// 电炉产线描述
- /// </summary>
- [Description("电炉产线")]
- [Nullable(true)]
- [DataLength(100)]
- public string EfPlineName
- {
- get { return efPlineName; }
- set { efPlineName = 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(20)]
- 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(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 Diameter
- {
- get { return diameter; }
- set { diameter = value; }
- }
- /// <summary>
- /// 单倍坯长(mm)
- /// </summary>
- [Description("单倍坯长")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? LenGpSingle
- {
- get { return lenGpSingle; }
- set { lenGpSingle = value; }
- }
- /// <summary>
- /// 倍尺数
- /// </summary>
- [Description("倍尺数")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? CutNumGp
- {
- get { return cutNumGp; }
- set { cutNumGp = value; }
- }
- /// <summary>
- /// 倍尺长度(mm)
- /// </summary>
- [Description("倍尺长度")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? LengthM
- {
- get { return lengthM; }
- set { lengthM = value; }
- }
- /// <summary>
- /// 单倍坯重
- /// </summary>
- [Description("单倍坯重")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? WeightGpOne
- {
- get { return weightGpOne; }
- set { weightGpOne = value; }
- }
- /// <summary>
- /// 倍尺单重
- /// </summary>
- [Description("倍尺单重")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? WeightM
- {
- get { return weightM; }
- set { weightM = value; }
- }
- /// <summary>
- /// 倍尺坯支数(计划)
- /// </summary>
- [Description("支数")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? TotMumM
- {
- get { return totMumM; }
- set { totMumM = value; }
- }
- /// <summary>
- /// 倍尺坯重量(计划)
- /// </summary>
- [Description("重量")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? TotWeightM
- {
- get { return totWeightM; }
- set { totWeightM = value; }
- }
- /// <summary>
- /// 倍尺坯重量(实绩吨)
- /// </summary>
- [Description("倍尺坯重量(实绩吨)")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? ActWeightM
- {
- get { return actWeightM; }
- set { actWeightM = value; }
- }
- /// <summary>
- /// 倍尺坯支数(实绩支)
- /// </summary>
- [Description("倍尺坯支数(实绩支)")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? ActMumM
- {
- get { return actMumM; }
- set { actMumM = value; }
- }
- /// <summary>
- /// 是否余材(0订单材1余材)
- /// </summary>
- [Description("是否余材")]
- [Nullable(true)]
- [DataLength(1)]
- public string Surplusflag
- {
- get { return surplusflag; }
- set { surplusflag = value; }
- }
- /// <summary>
- /// 余材类型(1生产超量2开浇加量3尾炉加量4连浇前炉加量5连浇后炉加量)
- /// </summary>
- [Description("余材类型")]
- [Nullable(true)]
- [DataLength(1)]
- public string SurplusType
- {
- get { return surplusType; }
- set { surplusType = value; }
- }
- /// <summary>
- /// 是否余材已再分配
- /// </summary>
- [Description("是否余材已再分配")]
- [Nullable(true)]
- [DataLength(1)]
- public string IfSurplusAlloted
- {
- get { return ifSurplusAlloted; }
- set { ifSurplusAlloted = value; }
- }
- /// <summary>
- /// 成分标准索引号(内控)
- /// </summary>
- [Description("成分索引号")]
- [Nullable(true)]
- [DataLength(50)]
- public string Cic
- {
- get { return cic; }
- set { cic = value; }
- }
- /// <summary>
- /// 材质标准索引号(内控)
- /// </summary>
- [Description("材质索引号")]
- [Nullable(true)]
- [DataLength(50)]
- public string Pic
- {
- get { return pic; }
- set { pic = value; }
- }
- /// <summary>
- /// 公差标准索引号(内控)
- /// </summary>
- [Description("公差索引号")]
- [Nullable(true)]
- [DataLength(50)]
- public string Sic
- {
- get { return sic; }
- set { sic = value; }
- }
- /// <summary>
- /// 探伤索引号(内控)
- /// </summary>
- [Description("探伤索引号")]
- [Nullable(true)]
- [DataLength(50)]
- public string Dic
- {
- get { return dic; }
- set { dic = 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 Makeman
- {
- get { return makeman; }
- set { makeman = value; }
- }
- /// <summary>
- /// 制定时间
- /// </summary>
- [Description("制定时间")]
- [Nullable(true)]
- public string Maketime
- {
- get { return maketime; }
- set { maketime = value; }
- }
- /// <summary>
- /// 下发人
- /// </summary>
- [Description("下发人")]
- [Nullable(true)]
- [DataLength(20)]
- public string Downman
- {
- get { return downman; }
- set { downman = value; }
- }
- /// <summary>
- /// 下发时间
- /// </summary>
- [Description("下发时间")]
- [Nullable(true)]
- public string Downtime
- {
- get { return downtime; }
- set { downtime = value; }
- }
- /// <summary>
- /// 成分判定记录ID(炼钢成分判定完成后回写)
- /// </summary>
- [Description("成分判定记录ID")]
- [Nullable(true)]
- [DataLength(20)]
- public string ChemJudgeId
- {
- get { return chemJudgeId; }
- set { chemJudgeId = value; }
- }
- /// <summary>
- /// 理化判定记录ID(炼钢理化判定完成后回写)
- /// </summary>
- [Description("理化判定记录ID")]
- [Nullable(true)]
- [DataLength(20)]
- public string PhyJudgeId
- {
- get { return phyJudgeId; }
- set { phyJudgeId = value; }
- }
- /// <summary>
- /// 综合判定记录ID(炼钢综合判定完成后回写)
- /// </summary>
- [Description("综合判定记录ID")]
- [Nullable(true)]
- [DataLength(20)]
- public string ColligateJudgeId
- {
- get { return colligateJudgeId; }
- set { colligateJudgeId = value; }
- }
- /// <summary>
- /// 超量吨
- /// </summary>
- [Description("超量吨")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? ExcessWt
- {
- get { return excessWt; }
- set { excessWt = value; }
- }
- /// <summary>
- /// 超量支
- /// </summary>
- [Description("超量支")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? ExcessNum
- {
- get { return excessNum; }
- set { excessNum = value; }
- }
- [Description("可编辑重量")]
- [Nullable(false)]
- [DataLength(20)]
- public decimal? EditWt
- {
- get { return editWt; }
- set { editWt = value; }
- }
- [Description("可编辑支数")]
- [Nullable(false)]
- [DataLength(20)]
- public decimal? EditNum
- {
- get { return editNum; }
- set { editNum = value; }
- }
- private string proMonth = "";
- [Description("生产日期")]
- [Nullable(true)]
- [DataLength(50)]
- public string ProMonth
- {
- get { return proMonth; }
- set { proMonth = 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 stateLk = "";
- [Description("是否利计划")]
- public string StateLk
- {
- get { return stateLk; }
- set { stateLk = 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>
- private string gowhereName = "";
- [Description("物流去向")]
- public string GowhereName
- {
- get { return gowhereName; }
- set { gowhereName = value; }
- }
- private decimal? cutNum = null;
- [Description("分切")]
- public decimal? CutNum
- {
- get { return cutNum; }
- set { cutNum = value; }
- }
- /// <summary>
- /// 合并单号
- /// </summary>
- private string mergeNo = "";
- /// <summary>
- /// 合并单号
- /// </summary>
- public string MergeNo
- {
- get { return mergeNo; }
- set { mergeNo = value; }
- }
- private string ifConfirm = "";
- [Description("是否确认")]
- public string IfConfirm
- {
- get { return ifConfirm; }
- set { ifConfirm = value; }
- }
- }
- }
|