| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186 |
- using System;
- using System.ComponentModel;
- using System.IO;
- using System.Runtime.Serialization;
- using System.Runtime.Serialization.Formatters.Binary;
- using Core.Mes.Client.Comm.Attribute;
- namespace Core.StlMes.Client.PlnSaleOrd.炼钢计划.entity
- {
- /// <summary>
- /// 数据库表PLN_STEELFOR_ORD所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:zhou 时间:2017-08-08
- /// </summary>
- [Serializable]
- public class PlnSteelforOrdNewEntity : ICloneable
- {
- /// <summary>
- /// 虚拟炉次号(ID)
- /// </summary>
- private string furnaceno = "";
- /// <summary>
- /// 虚拟炉次内顺序号
- /// </summary>
- private long? sequenceno;
- private long? cutNum;
- /// <summary>
- /// 虚拟炉次顺序号(不同电炉产线顺序独立连续)
- /// </summary>
- private long? furnacenoSeq;
- /// <summary>
- /// 铸造订单编号
- /// </summary>
- private string proPlanId = "";
- /// <summary>
- /// 工序排产序号
- /// </summary>
- private string gxPlanNo = "";
- /// <summary>
- /// 浇次号
- /// </summary>
- private string castNo = "";
- /// <summary>
- /// 浇次顺序号(不同铸机顺序独立连续)
- /// </summary>
- private long? castSeq;
- /// <summary>
- /// 浇次内炉顺序号(单一浇次)
- /// </summary>
- private long? castStoveSeq;
- /// <summary>
- /// 连铸顺序号(不同铸机产线顺序独立连续)
- /// </summary>
- private long? ccmSeq;
- /// <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已生产,50关闭)
- /// </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 long? lenGpSingle = null;
- /// <summary>
- /// 倍尺数
- /// </summary>
- private long? cutNumGp = null;
- /// <summary>
- /// 倍尺长度(mm)
- /// </summary>
- private long? lengthM = null;
- /// <summary>
- /// 单倍坯重
- /// </summary>
- private double? weightGpOne = null;
- /// <summary>
- /// 倍尺单重
- /// </summary>
- private double? weightM = null;
- /// <summary>
- /// 倍尺坯支数(计划)
- /// </summary>
- private long? totMumM = null;
- /// <summary>
- /// 倍尺坯重量(计划)
- /// </summary>
- private double? totWeightM = null;
- /// <summary>
- /// 倍尺坯重量(实绩吨)
- /// </summary>
- private double? actWeightM = null;
- /// <summary>
- /// 倍尺坯支数(实绩支)
- /// </summary>
- private long? actMumM = null;
- /// <summary>
- /// 是否余材(0订单材1余材)
- /// </summary>
- private string surplusflag = "";
- /// <summary>
- /// 余材类型(1生产超量2开浇加量3尾炉加量4连浇前炉加量5连浇后炉加量)
- /// </summary>
- private string surplusType = "";
- /// <summary>
- /// 余材参照铸造订单号
- /// </summary>
- private string refOrdZz = "";
- /// <summary>
- /// 余材参照管坯需求号
- /// </summary>
- private string refGpreqId = "";
- /// <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 DateTime? maketime = null;
- /// <summary>
- /// 下发人
- /// </summary>
- private string downman = "";
- /// <summary>
- /// 下发时间
- /// </summary>
- private DateTime? downtime = null;
- /// <summary>
- /// 成分判定记录ID(炼钢成分判定完成后回写)
- /// </summary>
- private string chemJudgeId = "";
- /// <summary>
- /// 理化判定记录ID(炼钢理化判定完成后回写)
- /// </summary>
- private string phyJudgeId = "";
- /// <summary>
- /// 综合判定记录ID(炼钢综合判定完成后回写)
- /// </summary>
- private string colligateJudgeId = "";
- /// <summary>
- /// 超量吨
- /// </summary>
- private double? excessWt = null;
- /// <summary>
- /// 超量支
- /// </summary>
- private long? excessNum = null;
- private string isNoticeUser = "";
- private string isNoticeTime = "";
- private string isNoticeEp = "";
- /// <summary>
- /// 虚拟炉次号(ID)
- /// </summary>
- [Description("虚拟炉次号")]
- [Nullable(false)]
- [DataLength(20)]
- public string Furnaceno
- {
- get { return furnaceno; }
- set { furnaceno = value; }
- }
- /// <summary>
- /// 分切
- /// </summary>
- [Description("分切")]
- [Nullable(true)]
- [DataLength(10)]
- public long? CutNum
- {
- get { return cutNum; }
- set { cutNum = value; }
- }
- /// <summary>
- /// 虚拟炉次内顺序号
- /// </summary>
- [Description("炉次内顺序号")]
- [Nullable(false)]
- [DataLength(20)]
- public long? Sequenceno
- {
- get { return sequenceno; }
- set { sequenceno = value; }
- }
- /// <summary>
- /// 虚拟炉次顺序号(不同电炉产线顺序独立连续)
- /// </summary>
- [Description("炉次顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public long? 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 long? CastSeq
- {
- get { return castSeq; }
- set { castSeq = value; }
- }
- /// <summary>
- /// 浇次内炉顺序号(单一浇次)
- /// </summary>
- [Description("浇次内炉顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public long? CastStoveSeq
- {
- get { return castStoveSeq; }
- set { castStoveSeq = value; }
- }
- /// <summary>
- /// 连铸顺序号(不同铸机产线顺序独立连续)
- /// </summary>
- [Description("连铸顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public long? 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已生产,50关闭)
- /// </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("单倍坯长(mm)")]
- [Nullable(true)]
- [DataLength(10)]
- public long? LenGpSingle
- {
- get { return lenGpSingle; }
- set { lenGpSingle = value; }
- }
- /// <summary>
- /// 倍尺数
- /// </summary>
- [Description("倍尺数")]
- [Nullable(true)]
- [DataLength(5)]
- public long? CutNumGp
- {
- get { return cutNumGp; }
- set { cutNumGp = value; }
- }
- /// <summary>
- /// 倍尺长度(mm)
- /// </summary>
- [Description("倍尺长度(mm)")]
- [Nullable(true)]
- [DataLength(10)]
- public long? LengthM
- {
- get { return lengthM; }
- set { lengthM = value; }
- }
- /// <summary>
- /// 单倍坯重
- /// </summary>
- [Description("单倍坯重")]
- [Nullable(true)]
- [DataLength(10)]
- public double? WeightGpOne
- {
- get { return weightGpOne; }
- set { weightGpOne = value; }
- }
- /// <summary>
- /// 倍尺单重
- /// </summary>
- [Description("倍尺单重")]
- [Nullable(true)]
- [DataLength(10)]
- public double? WeightM
- {
- get { return weightM; }
- set { weightM = value; }
- }
- /// <summary>
- /// 倍尺坯支数(计划)
- /// </summary>
- [Description("倍尺坯支数(计划)")]
- [Nullable(true)]
- [DataLength(10)]
- public long? TotMumM
- {
- get { return totMumM; }
- set { totMumM = value; }
- }
- /// <summary>
- /// 倍尺坯重量(计划)
- /// </summary>
- [Description("倍尺坯重量(计划)")]
- [Nullable(true)]
- [DataLength(10)]
- public double? TotWeightM
- {
- get { return totWeightM; }
- set { totWeightM = value; }
- }
- /// <summary>
- /// 倍尺坯重量(实绩吨)
- /// </summary>
- [Description("倍尺坯重量(实绩吨)")]
- [Nullable(true)]
- [DataLength(10)]
- public double? ActWeightM
- {
- get { return actWeightM; }
- set { actWeightM = value; }
- }
- /// <summary>
- /// 倍尺坯支数(实绩支)
- /// </summary>
- [Description("倍尺坯支数(实绩支)")]
- [Nullable(true)]
- [DataLength(10)]
- public long? 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 RefOrdZz
- {
- get { return refOrdZz; }
- set { refOrdZz = value; }
- }
- /// <summary>
- /// 余材参照管坯需求号
- /// </summary>
- [Description("余材参照管坯需求号")]
- [Nullable(true)]
- [DataLength(1)]
- public string RefGpreqId
- {
- get { return refGpreqId; }
- set { refGpreqId = 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 DateTime? 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 DateTime? 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("氧氮氢标识")]
- [Nullable(true)]
- [DataLength(20)]
- public string ColligateJudgeId
- {
- get { return colligateJudgeId; }
- set { colligateJudgeId = value; }
- }
- /// <summary>
- /// 超量吨
- /// </summary>
- [Description("超量吨")]
- [Nullable(true)]
- [DataLength(10)]
- public double? ExcessWt
- {
- get { return excessWt; }
- set { excessWt = value; }
- }
- /// <summary>
- /// 超量支
- /// </summary>
- [Description("超量支")]
- [Nullable(true)]
- [DataLength(10)]
- public long? ExcessNum
- {
- get { return excessNum; }
- set { excessNum = 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; }
- }
-
- private string orderNo = "";
- /// <summary>
- /// 合同号管理号集合(合同头/合同行)
- /// </summary>
- [Description("合同头/合同行")]
- [Nullable(true)]
- [DataLength(1024)]
- public string OrderNo
- {
- get { return orderNo; }
- set { orderNo = 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 steelname = "";
- [Description("钢级")]
- [Nullable(true)]
- public string Steelname
- {
- get { return steelname; }
- set { steelname = value; }
- }
- /// <summary>
- /// 监制编号
- /// </summary>
- private string prdcrNo = "";
- /// <summary>
- /// 监制编号
- /// </summary>
- [Description("监制编号")]
- [Nullable(true)]
- [DataLength(40)]
- public string PrdcrNo
- {
- get { return prdcrNo; }
- set { prdcrNo = value; }
- }
- /// <summary>
- /// 物流去向代码集合
- /// </summary>
- private string gowhereCode = "";
- /// <summary>
- /// 物流去向名称集合
- /// </summary>
- private string gowhereName = "";
- /// <summary>
- /// 物流去向代码集合
- /// </summary>
- [Description("去向")]
- [Nullable(true)]
- [DataLength(256)]
- public string GowhereCode
- {
- get { return gowhereCode; }
- set { gowhereCode = value; }
- }
- /// <summary>
- /// 物流去向名称集合
- /// </summary>
- [Description("去向")]
- [Nullable(true)]
- [DataLength(512)]
- public string GowhereName
- {
- get { return gowhereName; }
- set { gowhereName = value; }
- }
- /// <summary>
- /// 通知监制人
- /// </summary>
- [Description("通知监制人")]
- [Nullable(false)]
- [DataLength(20)]
- public string IsNoticeUser
- {
- get { return isNoticeUser; }
- set { isNoticeUser = value; }
- }
- /// <summary>
- /// 通知监制时间
- /// </summary>
- [Description("通知监制时间")]
- [Nullable(false)]
- [DataLength(20)]
- public string IsNoticeTime
- {
- get { return isNoticeTime; }
- set { isNoticeTime = value; }
- }
- /// <summary>
- /// 是否通知监制
- /// </summary>
- [Description("是否通知监制")]
- [Nullable(false)]
- [DataLength(20)]
- public string IsNoticeEp
- {
- get { return isNoticeEp; }
- set { isNoticeEp = value; }
- }
- /// <summary>
- /// 是否利计划
- /// </summary>
- private string stateLk = "";
- [Description("是否利计划")]
- public string StateLk
- {
- get { return stateLk; }
- set { stateLk = value; }
- }
- public bool Update { get; set; }
- public object Clone()
- {
- using (MemoryStream ms = new MemoryStream(1000))
- {
- object CloneObject;
- BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(StreamingContextStates.Clone));
- bf.Serialize(ms, this);
- ms.Seek(0, SeekOrigin.Begin);
- // 反序列化至另一个对象(即创建了一个原对象的深表副本)
- CloneObject = bf.Deserialize(ms);
- // 关闭流
- ms.Close();
- return CloneObject;
- }
- }
- }
- }
|