| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.ComponentModel;
- namespace com.steering.pss.plnsaleord.order.model
- {
- class MatZcMEntity
- {
- 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 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 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 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? actWeight;
- [Description("实重(t)")]
- public double? ActWeight
- {
- get { return actWeight; }
- set { actWeight = value; }
- }
- private double? actTheoryWight;
- [Description("理重(t)")]
- public double? ActTheoryWight
- {
- get { return actTheoryWight; }
- set { actTheoryWight = value; }
- }
- private String memo;
- [Description("备注")]
- public String Memo
- {
- get { return memo; }
- set { memo = 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;
- }
- }
- }
- string supplyUnitCode = "";
- /// <summary>
- /// 制造商代码
- /// </summary>
- [Description("制造商代码")]
- public string SupplyUnitCode
- {
- get { return supplyUnitCode; }
- set { supplyUnitCode = value; }
- }
- string supplyUnit = "";
- /// <summary>
- /// 制造商
- /// </summary>
- [Description("制造商")]
- public string SupplyUnit
- {
- get { return supplyUnit; }
- set { supplyUnit = value; }
- }
- public MatZcMEntity()
- {
- lockFlag = "";
- mngLockFlag = "";
- 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;
- actWeight = 0;
- actTheoryWight = 0;
- judgeStdName = "";
- }
- }
- }
|