| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.ComponentModel;
- using Core.Mes.Client.Comm.Attribute;
- namespace Core.StlMes.Client.ZGMil.Entity
- {
- class MatZcMEntity
- {
- private double? spz;
- [Description("送判支")]
- public double? Spz
- {
- get { return spz; }
- set { spz = value; }
- }
- private String isOk;
- [Description("成品是否可送判")]
- public String IsOk
- {
- get { return isOk; }
- set { isOk = value; }
- }
- private String inspectionFlag;
- [Description("抽检状态")]
- public String InspectionFlag
- {
- get { return inspectionFlag; }
- set { inspectionFlag = value; }
- }
- private double? bjz;
- [Description("报检支")]
- public double? Bjz
- {
- get { return bjz; }
- set { bjz = value; }
- }
- private double? yjz;
- [Description("已检支")]
- public double? Yjz
- {
- get { return yjz; }
- set { yjz = value; }
- }
- private double? xcjz;
- [Description("需重检支")]
- public double? Xcjz
- {
- get { return xcjz; }
- set { xcjz = value; }
- }
- private double? ycjz;
- [Description("重检支")]
- public double? Ycjz
- {
- get { return ycjz; }
- set { ycjz = value; }
- }
- private String proPlanIdNext;
- [Description("下工序订单编号")]
- public String ProPlanIdNext
- {
- get { return proPlanIdNext; }
- set { proPlanIdNext = value; }
- }
- private String gxPlanNoNext;
- [Description("下工序排产序号")]
- public String GxPlanNoNext
- {
- get { return gxPlanNoNext; }
- set { gxPlanNoNext = value; }
- }
- private String modelCode;
- [Description("扣型代码")]
- public String ModelCode
- {
- get { return modelCode; }
- set { modelCode = value; }
- }
- private String modelDesc;
- [Description("扣型")]
- public String ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- private String stdStyle;
- [Description("标准类别代码")]
- public String StdStyle
- {
- get { return stdStyle; }
- set { stdStyle = value; }
- }
- private String stdStyleDesc;
- [Description("标准类别")]
- public String StdStyleDesc
- {
- get { return stdStyleDesc; }
- set { stdStyleDesc = value; }
- }
- private String belongCode;
- [Description("所属单位代码")]
- public String BelongCode
- {
- get { return belongCode; }
- set { belongCode = value; }
- }
- private String belongName;
- [Description("所属单位")]
- public String BelongName
- {
- get { return belongName; }
- set { belongName = value; }
- }
- private String judgeStoveNo;
- [Description("炉号")]
- public String JudgeStoveNo
- {
- get { return judgeStoveNo; }
- set { judgeStoveNo = value; }
- }
- private String lotNo;
- [Description("生产批号")]
- public String LotNo
- {
- get { return lotNo; }
- set { lotNo = value; }
- }
- private String judgeNo;
- [Description("轧管炉号")]
- public String JudgeNo
- {
- get { return judgeNo; }
- set { judgeNo = value; }
- }
- private String batchNo;
- [Description("批号")]
- public String BatchNo
- {
- get { return batchNo; }
- set { batchNo = value; }
- }
- private String batchGroudNo;
- [Description("组号")]
- public String BatchGroudNo
- {
- get { return batchGroudNo; }
- set { batchGroudNo = value; }
- }
- private String productFlag;
- [Description("材料类别")]
- public String ProductFlag
- {
- get { return productFlag; }
- set { productFlag = value; }
- }
- private String matStatus;
- [Description("材料状态")]
- public String MatStatus
- {
- get { return matStatus; }
- set { matStatus = value; }
- }
- private String specCode;
- [Description("规格代码")]
- public String SpecCode
- {
- get { return specCode; }
- set { specCode = value; }
- }
- private String specName;
- [Description("规格")]
- public String SpecName
- {
- get { return specName; }
- set { specName = value; }
- }
- private String actDimater;
- [Description("外径")]
- public String ActDimater
- {
- get { return actDimater; }
- set { actDimater = value; }
- }
- private String actHeight;
- [Description("壁厚")]
- public String ActHeight
- {
- get { return actHeight; }
- set { actHeight = value; }
- }
- private String actLenMin;
- [Description("长度下限")]
- public String ActLenMin
- {
- get { return actLenMin; }
- set { actLenMin = value; }
- }
- private String actLenMax;
- [Description("长度上限")]
- public String ActLenMax
- {
- get { return actLenMax; }
- set { actLenMax = value; }
- }
- private String produccode;
- [Description("品名代码")]
- public String Produccode
- {
- get { return produccode; }
- set { produccode = value; }
- }
- private String producname;
- [Description("品名")]
- public String Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- private String materialNo;
- [Description("物料编码")]
- public String MaterialNo
- {
- get { return materialNo; }
- set { materialNo = value; }
- }
- private String materialName;
- [Description("物料")]
- public String MaterialName
- {
- get { return materialName; }
- set { materialName = value; }
- }
- private String steelcode;
- [Description("钢级牌号代码")]
- public String Steelcode
- {
- get { return steelcode; }
- set { steelcode = value; }
- }
- private String steelname;
- [Description("钢级")]
- public String Steelname
- {
- get { return steelname; }
- set { steelname = value; }
- }
- private String stdCode;
- [Description("标准代码")]
- public String StdCode
- {
- get { return stdCode; }
- set { stdCode = value; }
- }
- private String stdName;
- [Description("标准名称")]
- public String StdName
- {
- get { return stdName; }
- set { stdName = value; }
- }
- private String orderNo;
- [Description("合同号")]
- public String OrderNo
- {
- get { return orderNo; }
- set { orderNo = value; }
- }
- private String orderSeq;
- [Description("合同行")]
- public String OrderSeq
- {
- get { return orderSeq; }
- set { orderSeq = value; }
- }
- private String orderSeqNo;
- [Description("交货行")]
- public String OrderSeqNo
- {
- get { return orderSeqNo; }
- set { orderSeqNo = value; }
- }
- private String ordPk;
- [Description("合同主键")]
- public String OrdPk
- {
- get { return ordPk; }
- set { ordPk = value; }
- }
- private String ordLnPk;
- [Description("合同行主键")]
- public String OrdLnPk
- {
- get { return ordLnPk; }
- set { ordLnPk = value; }
- }
- private String ordLnDlyPk;
- [Description("交货行主键")]
- public String OrdLnDlyPk
- {
- get { return ordLnDlyPk; }
- set { ordLnDlyPk = value; }
- }
- private String proOrderNo;
- [Description("生产合同号")]
- public String ProOrderNo
- {
- get { return proOrderNo; }
- set { proOrderNo = value; }
- }
- private String proOrderId;
- [Description("生产订单号")]
- public String ProOrderId
- {
- get { return proOrderId; }
- set { proOrderId = value; }
- }
- private String instockTime;
- [Description("入库时间")]
- public String InstockTime
- {
- get { return instockTime; }
- set { instockTime = value; }
- }
- private String locationNo;
- [Description("料位号")]
- public String LocationNo
- {
- get { return locationNo; }
- set { locationNo = value; }
- }
- private String storageNo;
- [Description("仓库号编码")]
- public String StorageNo
- {
- get { return storageNo; }
- set { storageNo = value; }
- }
- private String storageName;
- [Description("仓库名称")]
- public String StorageName
- {
- get { return storageName; }
- set { storageName = value; }
- }
- private String outstockDoc;
- [Description("出库单编号")]
- public String OutstockDoc
- {
- get { return outstockDoc; }
- set { outstockDoc = value; }
- }
- private double? actLen;
- [Description("长度")]
- public double? ActLen
- {
- get { return actLen; }
- set { actLen = value; }
- }
- private double? actCount;
- [Description("支数")]
- public double? ActCount
- {
- get { return actCount; }
- set { actCount = value; }
- }
- private double? lkactCount;
- [Description("利库支数")]
- public double? LkactCount
- {
- get { return lkactCount; }
- set { lkactCount = value; }
- }
- private double? tdactCount;
- [Description("脱单支数")]
- public double? TdactCount
- {
- get { return tdactCount; }
- set { tdactCount = value; }
- }
- private double? gpactCount;
- [Description("改判支数")]
- public double? GpactCount
- {
- get { return gpactCount; }
- set { gpactCount = value; }
- }
- private double? actWeight;
- [Description("重量(t)")]
- public double? ActWeight
- {
- get { return actWeight; }
- set { actWeight = value; }
- }
- private double? actTheoryWeight;
- [Description("理重(t)")]
- public double? ActTheoryWeight
- {
- get { return actTheoryWeight; }
- set { actTheoryWeight = value; }
- }
- private double? ponderGrossWt;
- [Description("过磅重量(t)")]
- public double? PonderGrossWt
- {
- get { return ponderGrossWt; }
- set { ponderGrossWt = value; }
- }
- private double? ponderGrossCount;
- [Description("过磅支数")]
- public double? PonderGrossCount
- {
- get { return ponderGrossCount; }
- set { ponderGrossCount = value; }
- }
-
-
- private String memo;
- [Description("备注")]
- public String Memo
- {
- get { return memo; }
- set { memo = value; }
- }
- private String pipmemo;
- [Description("备注")]
- public String Pipmemo
- {
- get { return pipmemo; }
- set { pipmemo = value; }
- }
- private String judgeResultCode;
- [Description("综合判定结果")]
- public String JudgeResultCode
- {
- get { return judgeResultCode; }
- set { judgeResultCode = value; }
- }
- private String judgeResult;
- [Description("综合判定结果")]
- public String JudgeResult
- {
- get { return judgeResult; }
- set { judgeResult = value; }
- }
- private String judgeStdName;
- [Description("判定标准")]
- public String JudgeStdName
- {
- get { return judgeStdName; }
- set { judgeStdName = value; }
- }
- /// <summary>
- /// 质量封锁标志(0未封锁、2质量封锁)
- /// </summary>
- private object lockFlag;
- /// <summary>
- /// 质量封锁标志(0未封锁、2质量封锁)
- /// </summary>
- [Description("质量封锁标志")]
- public object LockFlag
- {
- get { return lockFlag; }
- set
- {
- if (value == null)
- {
- lockFlag = DBNull.Value;
- }
- else
- {
- lockFlag = value;
- }
- }
- }
- /// <summary>
- /// 管理封锁标志(0未封锁、1管理封锁)
- /// </summary>
- private object mngLockFlag;
- [Description("管理封锁标志")]
- public object MngLockFlag
- {
- get { return mngLockFlag; }
- set
- {
- if (value == null)
- {
- mngLockFlag = DBNull.Value;
- }
- else
- {
- mngLockFlag = value;
- }
- }
- }
- private object proNo;
- [Description("操作单号")]
- public object ProNo
- {
- get { return proNo; }
- set
- {
- if (value == null)
- {
- proNo = DBNull.Value;
- }
- else
- {
- proNo = value;
- }
- }
- }
- private object lockLiku;
- [Description("审核状态")]
- public object LockLiku
- {
- get { return lockLiku; }
- set
- {
- if (value == null)
- {
- lockLiku = DBNull.Value;
- }
- else
- {
- lockLiku = value;
- }
- }
- }
- /// <summary>
- /// 生产产线代码
- /// </summary>
- private object plineCode;
- [Description("产线代码")]
- public object PlineCode
- {
- get { return plineCode; }
- set
- {
- if (value == null)
- {
- plineCode = DBNull.Value;
- }
- else
- {
- plineCode = value;
- }
- }
- }
- /// <summary>
- /// 生产产线名称
- /// </summary>
- private object plineName;
- [Description("产线")]
- public object PlineName
- {
- get { return plineName; }
- set
- {
- if (value == null)
- {
- plineName = DBNull.Value;
- }
- else
- {
- plineName = value;
- }
- }
- }
- private object jugdeApplyCode;
- [Description("申请单号")]
- public object JugdeApplyCode
- {
- get { return jugdeApplyCode; }
- set
- {
- if (value == null)
- {
- jugdeApplyCode = DBNull.Value;
- }
- else
- {
- jugdeApplyCode = value;
- }
- }
- }
- private object heatPlanNo;
- [Description("炉次计划号")]
- public object HeatPlanNo
- {
- get { return heatPlanNo; }
- set
- {
- if (value == null)
- {
- heatPlanNo = DBNull.Value;
- }
- else
- {
- heatPlanNo = value;
- }
- }
- }
-
- private object qcmStaus;
- [Description("入库状态")]
- public object QcmStaus
- {
- get { return qcmStaus; }
- set
- {
- if (value == null)
- {
- qcmStaus = DBNull.Value;
- }
- else
- {
- qcmStaus = value;
- }
- }
- }
- private object faceResultCode;
- [Description("表检结果")]
- public object FaceResultCode
- {
- get { return faceResultCode; }
- set
- {
- if (value == null)
- {
- faceResultCode = DBNull.Value;
- }
- else
- {
- faceResultCode = value;
- }
- }
- }
- private object detectResultCode;
- [Description("探伤结果")]
- public object DetectResultCode
- {
- get { return detectResultCode; }
- set
- {
- if (value == null)
- {
- detectResultCode = DBNull.Value;
- }
- else
- {
- detectResultCode = value;
- }
- }
- }
- /// <summary>
- /// [轧管工序]成分判定结果代码
- /// </summary>
- private object chemResultCode;
- [Description("成分结果")]
- public object ChemResultCode
- {
- get { return chemResultCode; }
- set
- {
- if (value == null)
- {
- chemResultCode = DBNull.Value;
- }
- else
- {
- chemResultCode = value;
- }
- }
- }
- /// <summary>
- /// [轧管工序]性能判定结果代码
- /// </summary>
- private object phyResultCode;
- [Description("性能结果")]
- public object PhyResultCode
- {
- get { return phyResultCode; }
- set
- {
- if (value == null)
- {
- phyResultCode = DBNull.Value;
- }
- else
- {
- phyResultCode = value;
- }
- }
- }
- private object flagStoveNoZg;
- [Description("标识炉号")]
- public object FlagStoveNoZg
- {
- get { return flagStoveNoZg; }
- set
- {
- if (value == null)
- {
- flagStoveNoZg = DBNull.Value;
- }
- else
- {
- flagStoveNoZg = value;
- }
- }
- }
- private object target;
- [Description("判定字头")]
- public object Target
- {
- get { return target; }
- set
- {
- if (value == null)
- {
- target = DBNull.Value;
- }
- else
- {
- target = value;
- }
- }
- }
-
- private object packFlag;
- [Description("打捆标识")]
- public object PackFlag
- {
- get { return packFlag; }
- set
- {
- if (value == null)
- {
- packFlag = DBNull.Value;
- }
- else
- {
- packFlag = value;
- }
- }
- }
- private object applyFlag;
- [Description("送判状态")]
- public object ApplyFlag
- {
- get { return applyFlag; }
- set
- {
- if (value == null)
- {
- applyFlag = DBNull.Value;
- }
- else
- {
- applyFlag = value;
- }
- }
- }
- private object backJugdeMemo;
- [Description("退判原因")]
- public object BackJugdeMemo
- {
- get { return backJugdeMemo; }
- set
- {
- if (value == null)
- {
- backJugdeMemo = DBNull.Value;
- }
- else
- {
- backJugdeMemo = value;
- }
- }
- }
- private object gxPlanNo;
- [Description("轧管排产序号")]
- public object GxPlanNo
- {
- get { return gxPlanNo; }
- set
- {
- if (value == null)
- {
- gxPlanNo = DBNull.Value;
- }
- else
- {
- gxPlanNo = value;
- }
- }
- }
- private object detectResultPath;
- [Description("探伤报告")]
- public object DetectResultPath
- {
- get { return detectResultPath; }
- set
- {
- if (value == null)
- {
- detectResultPath = DBNull.Value;
- }
- else
- {
- detectResultPath = value;
- }
- }
- }
- private object faceResultPath;
- [Description("表检报告")]
- public object FaceResultPath
- {
- get { return faceResultPath; }
- set
- {
- if (value == null)
- {
- faceResultPath = DBNull.Value;
- }
- else
- {
- faceResultPath = value;
- }
- }
- }
- /// <summary>
- /// 加工几何尺寸结果
- /// </summary>
- private string mchDimensionsResult = "";
- /// <summary>
- /// 加工表面质量结果
- /// </summary>
- private string mchVisualResult = "";
- /// <summary>
- /// 加工几何尺寸结果
- /// </summary>
- [Description("几何尺寸结果")]
- [Nullable(true)]
- [DataLength(10)]
- public string MchDimensionsResult
- {
- get { return mchDimensionsResult; }
- set { mchDimensionsResult = value; }
- }
- /// <summary>
- /// 加工表面质量结果
- /// </summary>
- [Description("表面质量结果")]
- [Nullable(true)]
- [DataLength(10)]
- public string MchVisualResult
- {
- get { return mchVisualResult; }
- set { mchVisualResult = value; }
- }
- public MatZcMEntity()
- {
- proPlanIdNext = "";
- gxPlanNoNext = "";
- detectResultPath = "";
- faceResultPath = "";
- gxPlanNo = "";
- applyFlag = "";
- backJugdeMemo = "";
- packFlag = "";
- target = "";
- phyResultCode = "";
- chemResultCode = "";
- flagStoveNoZg = "";
- qcmStaus = "";
- heatPlanNo = "";
- jugdeApplyCode = "";
- plineCode = "";
- plineName = "";
- proNo = "";
- lockLiku = "";
- mngLockFlag = "";
- lockFlag = "";
- stdStyle = "";
- stdStyleDesc = "";
- modelCode = "";
- modelDesc = "";
- belongCode = "";
- belongName = "";
- judgeStoveNo = "";
- batchNo = "";
- batchGroudNo = "";
- productFlag = "";
- matStatus = "";
- specCode = "";
- specName = "";
- actDimater = "";
- actHeight = "";
- actLenMin = "";
- actLenMax = "";
- produccode = "";
- producname = "";
- materialNo = "";
- materialName = "";
- steelcode = "";
- steelname = "";
- stdCode = "";
- stdName = "";
- orderNo = "";
- orderSeq = "";
- orderSeqNo = "";
- ordPk = "";
- ordLnPk = "";
- ordLnDlyPk = "";
- proOrderNo = "";
- proOrderId = "";
- instockTime = "";
- storageNo = "";
- actLen = 0;
- actCount = 0;
- lkactCount = 0;
- tdactCount = 0;
- actWeight = 0;
- ponderGrossWt = 0;
- actTheoryWeight = 0;
- judgeStdName = "";
- locationNo = "";
- judgeNo = "";
- lotNo = "";
- }
- /// <summary>
- /// 订货计量单位(支、米、吨)
- /// </summary>
- private string orderUnit = "";
- /// <summary>
- /// 累计送判米
- /// </summary>
- private decimal? actLen1 = null;
- /// <summary>
- /// 累计送判吨
- /// </summary>
- private decimal? actWeight1 = null;
- /// <summary>
- /// 累计送判吨(长尺)
- /// </summary>
- private decimal? actWeightL = null;
- /// <summary>
- /// 累计送判吨(短尺)
- /// </summary>
- private decimal? actWeightS = null;
- /// <summary>
- /// 累计送判米(按计划入)
- /// </summary>
- private decimal? actLen2 = null;
- /// <summary>
- /// 累计送判吨(按计划入)
- /// </summary>
- private decimal? actWeight2 = null;
- /// <summary>
- /// 缴库量下限
- /// </summary>
- private decimal? paydownWtMin = null;
- /// <summary>
- /// 缴库量上限
- /// </summary>
- private decimal? paydownWtMax = null;
- /// <summary>
- /// 估算量(支、吨)
- /// </summary>
- private decimal? orderweight = null;
- /// <summary>
- /// 短尺缴库量上限
- /// </summary>
- private decimal? orderWtMaxShort = null;
- /// <summary>
- /// 长尺缴库量上限
- /// </summary>
- private decimal? orderWtMaxLong = null;
- /// <summary>
- /// 入库区分
- /// </summary>
- private string inMold = "";
- /// <summary>
- /// 预计可送判支
- /// </summary>
- private decimal? kspz = null;
- /// <summary>
- /// 订货计量单位(支、米、吨)
- /// </summary>
- [Description("订货计量单位(支、米、吨)")]
- [Nullable(true)]
- [DataLength(20)]
- public string OrderUnit
- {
- get { return orderUnit; }
- set { orderUnit = value; }
- }
- /// <summary>
- /// 累计送判米
- /// </summary>
- [Description("累计送判米")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? ActLen1
- {
- get { return actLen1; }
- set { actLen1 = value; }
- }
- /// <summary>
- /// 累计送判吨
- /// </summary>
- [Description("累计送判吨")]
- [Nullable(true)]
- [DataLength(12)]
- public decimal? ActWeight1
- {
- get { return actWeight1; }
- set { actWeight1 = value; }
- }
- /// <summary>
- /// 累计送判吨(长尺)
- /// </summary>
- [Description("累计送判吨(长尺)")]
- [Nullable(true)]
- [DataLength(12)]
- public decimal? ActWeightL
- {
- get { return actWeightL; }
- set { actWeightL = value; }
- }
- /// <summary>
- /// 累计送判吨(短尺)
- /// </summary>
- [Description("累计送判吨(短尺)")]
- [Nullable(true)]
- [DataLength(12)]
- public decimal? ActWeightS
- {
- get { return actWeightS; }
- set { actWeightS = value; }
- }
- /// <summary>
- /// 累计送判米(按计划入)
- /// </summary>
- [Description("累计送判米(按计划入)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? ActLen2
- {
- get { return actLen2; }
- set { actLen2 = value; }
- }
- /// <summary>
- /// 累计送判吨(按计划入)
- /// </summary>
- [Description("累计送判吨(按计划入)")]
- [Nullable(true)]
- [DataLength(12)]
- public decimal? ActWeight2
- {
- get { return actWeight2; }
- set { actWeight2 = value; }
- }
- /// <summary>
- /// 缴库量下限
- /// </summary>
- [Description("缴库量下限")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? PaydownWtMin
- {
- get { return paydownWtMin; }
- set { paydownWtMin = value; }
- }
- /// <summary>
- /// 缴库量上限
- /// </summary>
- [Description("缴库量上限")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? PaydownWtMax
- {
- get { return paydownWtMax; }
- set { paydownWtMax = value; }
- }
- /// <summary>
- /// 估算量(支、吨)
- /// </summary>
- [Description("估算量(支、吨)")]
- [Nullable(true)]
- [DataLength(16)]
- public decimal? Orderweight
- {
- get { return orderweight; }
- set { orderweight = value; }
- }
- /// <summary>
- /// 短尺缴库量上限
- /// </summary>
- [Description("短尺缴库量上限")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? OrderWtMaxShort
- {
- get { return orderWtMaxShort; }
- set { orderWtMaxShort = value; }
- }
- /// <summary>
- /// 长尺缴库量上限
- /// </summary>
- [Description("长尺缴库量上限")]
- [Nullable(true)]
- [DataLength(10)]
- public decimal? OrderWtMaxLong
- {
- get { return orderWtMaxLong; }
- set { orderWtMaxLong = value; }
- }
- /// <summary>
- /// 入库区分
- /// </summary>
- [Description("入库区分")]
- [Nullable(true)]
- [DataLength(20)]
- public string InMold
- {
- get { return inMold; }
- set { inMold = value; }
- }
- /// <summary>
- /// 预计可送判支
- /// </summary>
- [Description("预计可送判支")]
- [Nullable(true)]
- [DataLength(20)]
- public decimal? Kspz
- {
- get { return kspz; }
- set { kspz = value; }
- }
- /// <summary>
- /// 拆分支数
- /// </summary>
- private decimal? cfz = null;
- /// <summary>
- /// 拆分支
- /// </summary>
- [Description("拆分支")]
- [Nullable(true)]
- [DataLength(20)]
- public decimal? Cfz
- {
- get { return cfz; }
- set { cfz = value; }
- }
- /// <summary>
- /// 长度类型
- /// </summary>
- private string lengthType = "";
- /// <summary>
- /// 长度类型
- /// </summary>
- [Description("长度类型")]
- [Nullable(true)]
- [DataLength(10)]
- public string LengthType
- {
- get { return lengthType; }
- set
- {
- if (value == "1")
- lengthType = "长尺";
- else if (value == "2")
- lengthType = "短尺";
- else if (value == "0")
- lengthType = "正尺";
- else lengthType = value;
- }
- }
- }
- }
|