using Core.Mes.Client.Comm.Attribute;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace Core.StlMes.Client.PlnSaleOrd.炉计划.Entity
{
///
/// 数据库表MAT_BC_M所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20180117CCCC 时间:2018-03-09
///
public class MatBcMEntityDbk
{
///
/// 材料类别(8014在制品、成品、商品)
///
private string productFlag = "";
///
/// 材料状态(801501在制品阶段、801502成品、801503商品...)
///
private string matStatus = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 批号(炉批号)
///
private string batchNo = "";
///
/// 组号(规格分的组号)--炉批行----性能批号(重点)---
///
private string batchGroudNo = "";
///
/// 物料码
///
private string materialNo = "";
///
/// 物料描叙
///
private string materialName = "";
///
/// 品名描述
///
private string producname = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 产品规格描述
///
private string specName = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 标准类别描述(PSL1....)
///
private string stdStyleDesc = "";
///
/// 生产产线名称
///
private string plineName = "";
///
/// 生产产线代码
///
private string plineCode = "";
///
/// 外径(实际)
///
private decimal? actDimater = null;
///
/// 壁厚(实际)
///
private decimal? actHeight = null;
///
/// 长度(实际)
///
private decimal? actLen = null;
///
/// 长度下限(实际)
///
private string actLenMin = "";
///
/// 长度上限(实际)
///
private string actLenMax = "";
///
/// 材料支数(实际)
///
private decimal? actCount = null;
///
/// 材料实重(实际)
///
private decimal? actWeight = null;
///
/// 材料理论重量(实际)
///
private decimal? actTheoryWeight = null;
///
/// 所属权单位代码
///
private string belongCode = "";
///
/// 所属权单位
///
private string belongName = "";
///
/// 合同主键
///
private string ordPk = "";
///
/// 合同行主键
///
private string ordLnPk = "";
///
/// 交货行主键
///
private string ordLnDlyPk = "";
///
/// [轧管工序]判定单号
///
private string jugdeConvicted = "";
///
/// [轧管工序]生产产线名称
///
private string zgPlineName = "";
///
/// [镦拔扩工序]生产产线名称
///
private string vrpPlineName = "";
private string storageNo = "";
private string storageName = "";
private string instockTime = "";
///
/// 入库时间
///
[Description("入库时间")]
[Nullable(true)]
[DataLength(10)]
public string InstockTime
{
get { return instockTime; }
set { instockTime = value; }
}
///
/// 仓库地点
///
[Description("仓库代码")]
[Nullable(true)]
[DataLength(10)]
public string StorageNo
{
get { return storageNo; }
set { storageNo = value; }
}
///
/// 仓库地点
///
[Description("仓库地点")]
[Nullable(true)]
[DataLength(10)]
public string StorageName
{
get { return storageName; }
set { storageName = value; }
}
///
/// 材料类别(8014在制品、成品、商品)
///
[Description("材料类别")]
[Nullable(true)]
[DataLength(10)]
public string ProductFlag
{
get { return productFlag; }
set { productFlag = value; }
}
///
/// 材料状态(801501在制品阶段、801502成品、801503商品...)
///
[Description("材料状态")]
[Nullable(true)]
[DataLength(10)]
public string MatStatus
{
get { return matStatus; }
set { matStatus = value; }
}
///
/// 熔炼炉号
///
[Description("熔炼炉号")]
[Nullable(true)]
[DataLength(20)]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(true)]
[DataLength(6)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 批号(炉批号)
///
[Description("批号")]
[Nullable(true)]
[DataLength(20)]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 组号(规格分的组号)--炉批行----性能批号(重点)---
///
[Description("组号")]
[Nullable(true)]
[DataLength(3)]
public string BatchGroudNo
{
get { return batchGroudNo; }
set { batchGroudNo = value; }
}
///
/// 物料码
///
[Description("物料码")]
[Nullable(true)]
[DataLength(40)]
public string MaterialNo
{
get { return materialNo; }
set { materialNo = value; }
}
///
/// 物料描叙
///
[Description("物料")]
[Nullable(true)]
[DataLength(100)]
public string MaterialName
{
get { return materialName; }
set { materialName = value; }
}
///
/// 品名描述
///
[Description("品名")]
[Nullable(true)]
[DataLength(100)]
public string Producname
{
get { return producname; }
set { producname = value; }
}
///
/// 钢级(牌号)名称
///
[Description("钢级")]
[Nullable(true)]
[DataLength(100)]
public string Steelname
{
get { return steelname; }
set { steelname = value; }
}
///
/// 钢种名称
///
[Description("钢种")]
[Nullable(true)]
[DataLength(100)]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 产品规格描述
///
[Description("规格")]
[Nullable(true)]
[DataLength(100)]
public string SpecName
{
get { return specName; }
set { specName = value; }
}
///
/// 扣型描述
///
[Description("扣型")]
[Nullable(true)]
[DataLength(100)]
public string ModelDesc
{
get { return modelDesc; }
set { modelDesc = value; }
}
///
/// 标准名称
///
[Description("标准名称")]
[Nullable(true)]
[DataLength(256)]
public string StdName
{
get { return stdName; }
set { stdName = value; }
}
///
/// 标准类别描述(PSL1....)
///
[Description("标准类别")]
[Nullable(true)]
[DataLength(50)]
public string StdStyleDesc
{
get { return stdStyleDesc; }
set { stdStyleDesc = value; }
}
private string OrderSeqNo = "";
///
/// 合同行号
///
[Description("合同号")]
[Nullable(true)]
[DataLength(3)]
public string orderSeqNo
{
get { return OrderSeqNo; }
set { OrderSeqNo = value; }
}
///
/// 生产产线名称
///
[Description("产线")]
[Nullable(true)]
[DataLength(100)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[Nullable(true)]
[DataLength(100)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 外径(实际)
///
[Description("外径")]
[Nullable(true)]
[DataLength(5)]
public decimal? ActDimater
{
get { return actDimater; }
set { actDimater = value; }
}
///
/// 壁厚(实际)
///
[Description("壁厚")]
[Nullable(true)]
[DataLength(5)]
public decimal? ActHeight
{
get { return actHeight; }
set { actHeight = value; }
}
///
/// 长度(实际)
///
[Description("长度")]
[Nullable(true)]
[DataLength(9)]
public decimal? ActLen
{
get { return actLen; }
set { actLen = value; }
}
///
/// 长度下限(实际)
///
[Description("长度下限")]
[Nullable(true)]
[DataLength(10)]
public string ActLenMin
{
get { return actLenMin; }
set { actLenMin = value; }
}
///
/// 长度上限(实际)
///
[Description("长度上限")]
[Nullable(true)]
[DataLength(10)]
public string ActLenMax
{
get { return actLenMax; }
set { actLenMax = value; }
}
///
/// 材料支数(实际)
///
[Description("支数(库存)")]
[Nullable(true)]
[DataLength(5)]
public decimal? ActCount
{
get { return actCount; }
set { actCount = value; }
}
///
/// 材料实重(实际)
///
[Description("实重(库存)")]
[Nullable(true)]
[DataLength(11)]
public decimal? ActWeight
{
get { return actWeight; }
set { actWeight = value; }
}
///
/// 材料理论重量(实际)
///
[Description("理量")]
[Nullable(true)]
[DataLength(11)]
public decimal? ActTheoryWeight
{
get { return actTheoryWeight; }
set { actTheoryWeight = value; }
}
///
/// 所属权单位代码
///
[Description("所属权单位代码")]
[Nullable(true)]
[DataLength(40)]
public string BelongCode
{
get { return belongCode; }
set { belongCode = value; }
}
///
/// 所属权单位
///
[Description("所属权单位")]
[Nullable(true)]
[DataLength(50)]
public string BelongName
{
get { return belongName; }
set { belongName = value; }
}
///
/// 合同主键
///
[Description("合同主键")]
[Nullable(true)]
[DataLength(40)]
public string OrdPk
{
get { return ordPk; }
set { ordPk = value; }
}
///
/// 合同行主键
///
[Description("合同行主键")]
[Nullable(true)]
[DataLength(40)]
public string OrdLnPk
{
get { return ordLnPk; }
set { ordLnPk = value; }
}
///
/// 交货行主键
///
[Description("交货行主键")]
[Nullable(true)]
[DataLength(50)]
public string OrdLnDlyPk
{
get { return ordLnDlyPk; }
set { ordLnDlyPk = value; }
}
private string heatPlanNo = "";
///
/// [轧管工序]轧管炉次计划号
///
[Description("[上工序]炉计划号")]
[Nullable(true)]
[DataLength(20)]
public string HeatPlanNo
{
get { return heatPlanNo; }
set { heatPlanNo = value; }
}
private string onProOrderId = "";
///
/// [轧管工序]工序订单1排产序号
///
[Description("[上工序]订单号")]
[Nullable(true)]
[DataLength(10)]
public string OnProOrderId
{
get { return onProOrderId; }
set { onProOrderId = value; }
}
private string undProOrderId = "";
/// [镦拔扩]订单号
///
[Description("[本工序]订单号")]
[Nullable(true)]
[DataLength(20)]
public string UndProOrderId
{
get { return undProOrderId; }
set { undProOrderId = value; }
}
///
/// 利库/脱单支
///
private string takeCount = "";
///
///利库/脱单吨
///
private decimal? takeWeight = null;
///
/// 利库/脱单支
///
[Description("利库/脱单支")]
public string TakeCount
{
get { return takeCount; }
set { takeCount = value; }
}
///
/// 利库/脱单吨
///
[Description("利库/脱单吨")]
public decimal? TakeWeight
{
get { return takeWeight; }
set { takeWeight = value; }
}
private string proOrderNo = "";
[Description("生产合同号")]
public string ProOrderNo
{
get { return proOrderNo; }
set { proOrderNo = value; }
}
private string cic = "";
[Description("库存CIC")]
public string Cic
{
get { return cic; }
set { cic = value; }
}
private string specCic = "";
[Description("指定CIC")]
public string SpecCic
{
get { return specCic; }
set { specCic = value; }
}
private string codeJgBl = "";
[Description("备料码")]
public string CodeJgBl
{
get { return codeJgBl; }
set { codeJgBl = value; }
}
private string crafNo = "";
[Description("工艺文件号")]
public string CrafNo
{
get { return crafNo; }
set { crafNo = value; }
}
private string judgeResult = "";
[Description("综合判定结果")]
public string JudgeResult
{
get { return judgeResult; }
set { judgeResult = value; }
}
private string memo = "";
[Description("备注")]
public string Memo
{
get { return memo; }
set { memo = value; }
}
private string mark = "";
[Description("标示")]
public string Mark
{
get { return mark; }
set { mark = value; }
}
}
}