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; }
}
///
/// 质量封锁标志(0未封锁、2质量封锁)
///
private object lockFlag;
///
/// 质量封锁标志(0未封锁、2质量封锁)
///
[Description("质量封锁标志")]
public object LockFlag
{
get { return lockFlag; }
set
{
if (value == null)
{
lockFlag = DBNull.Value;
}
else
{
lockFlag = value;
}
}
}
///
/// 管理封锁标志(0未封锁、1管理封锁)
///
private object mngLockFlag;
[Description("管理封锁标志")]
public object MngLockFlag
{
get { return mngLockFlag; }
set
{
if (value == null)
{
mngLockFlag = DBNull.Value;
}
else
{
mngLockFlag = value;
}
}
}
string supplyUnitCode = "";
///
/// 制造商代码
///
[Description("制造商代码")]
public string SupplyUnitCode
{
get { return supplyUnitCode; }
set { supplyUnitCode = value; }
}
string supplyUnit = "";
///
/// 制造商
///
[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 = "";
}
}
}