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.YdmPipeManage.Entity
{
///
/// 数据库表QCM_LK_JUDGE_CHANGE所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:DM22222 时间:2018-12-21
///
public class QcmLkJudgeChangeEntity
{
///
/// 改判记录ID(年月日+5位流水号)
///
private string judgeId = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 批号
///
private string batchNo = "";
///
/// 组号
///
private string batchGroudNo = "";
///
/// 支数
///
private decimal? actCount = null;
///
/// 重量(吨)
///
private decimal? actWeight = null;
///
/// 物料编码
///
private string materialNo = "";
///
/// 物料描述
///
private string materialName = "";
///
/// 品名代码
///
private string produccode = "";
///
/// 品名描述
///
private string producname = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 产品规格代码
///
private string specCode = "";
///
/// 产品规格描述
///
private string specName = "";
///
/// 扣型代码
///
private string modelCode = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 标准类别代码
///
private string stdStyle = "";
///
/// 标准类别描述
///
private string stdStyleDesc = "";
///
/// 外径(实际)
///
private decimal? actDimater = null;
///
/// 壁厚(实际)
///
private decimal? actHeight = null;
///
/// 长度(实际)
///
private decimal? actLen = null;
///
/// 长度下限(实际)
///
private string actLenMin = "";
///
/// 长度上限(实际)
///
private string actLenMax = "";
///
/// 合同号
///
private string orderNo = "";
///
/// 合同行号
///
private string orderSeq = "";
///
/// 合同子行号
///
private string orderSeqNo = "";
///
/// 合同主键
///
private string ordPk = "";
///
/// 合同行主键
///
private string ordLnPk = "";
///
/// 交货行主键
///
private string ordLnDlyPk = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 产线名称
///
private string plineName = "";
///
/// 生产批号
///
private string lotNo = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 申请人
///
private string createName = "";
///
/// 申请时间
///
private string createTime = "";
///
/// 审批人
///
private string agreeName = "";
///
/// 审批时间
///
private string agreeTime = "";
///
/// 审批状态(‘0':未审批;'1':审批通过;'2':审批不通过;‘3’已判定
///
private string agreeFlag = "";
///
/// 审批说明
///
private string agreeMemo = "";
///
/// 是否经过VD炉(0,不经过 1经过)
///
private string isVd = "";
///
/// 生产合同号
///
private string proOrderNo = "";
///
/// 科室代码
///
private string manageNo = "";
///
/// 科室名称
///
private string manageMent = "";
///
/// 标准代码[最终成品标准]
///
private string stdCode = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 判定标准
///
private string judgeStdName = "";
private string craftNo = "";
private string craftSeq = "";
private string indexSeq = "";
private string craftPath = "";
private string cic = "";
private string jugdeApplyCode = "";
private string oldCic = "";
private string supplyUnitCode = "";
private string supplyUnit = "";
[Description("制造商")]
[Nullable(false)]
[DataLength(13)]
public string SupplyUnit
{
get { return supplyUnit; }
set { supplyUnit = value; }
}
[Description("制造商代码")]
[Nullable(false)]
[DataLength(13)]
public string SupplyUnitCode
{
get { return supplyUnitCode; }
set { supplyUnitCode = value; }
}
///
/// 原CIC
///
[Description("原CIC")]
[Nullable(false)]
[DataLength(13)]
public string OldCic
{
get { return oldCic; }
set { oldCic = value; }
}
///
/// 申请判定单号
///
[Description("申请判定单号")]
[Nullable(false)]
[DataLength(13)]
public string JugdeApplyCode
{
get { return jugdeApplyCode; }
set { jugdeApplyCode = value; }
}
///
/// 工艺文件号
///
[Description("工艺文件号")]
[Nullable(false)]
[DataLength(13)]
public string CraftNo
{
get { return craftNo; }
set { craftNo = value; }
}
///
/// 工艺序号
///
[Description("工艺序号")]
[Nullable(false)]
[DataLength(13)]
public string CraftSeq
{
get { return craftSeq; }
set { craftSeq = value; }
}
///
/// 制程号
///
[Description("制程号")]
[Nullable(false)]
[DataLength(13)]
public string IndexSeq
{
get { return indexSeq; }
set { indexSeq = value; }
}
///
/// 工艺文件路径
///
[Description("工艺文件路径")]
[Nullable(false)]
[DataLength(13)]
public string CraftPath
{
get { return craftPath; }
set { craftPath = value; }
}
///
/// 成分索引码
///
[Description("CIC")]
[Nullable(false)]
[DataLength(13)]
public string Cic
{
get { return cic; }
set { cic = value; }
}
///
/// 改判记录ID(年月日+5位流水号)
///
[Description("改判记录ID(年月日+5位流水号)")]
[Nullable(false)]
[DataLength(13)]
public string JudgeId
{
get { return judgeId; }
set { judgeId = 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(3)]
public decimal? ActCount
{
get { return actCount; }
set { actCount = value; }
}
///
/// 重量(吨)
///
[Description("重量(吨)")]
[Nullable(true)]
[DataLength(9)]
public decimal? ActWeight
{
get { return actWeight; }
set { actWeight = 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(20)]
public string Produccode
{
get { return produccode; }
set { produccode = value; }
}
///
/// 品名描述
///
[Description("品名")]
[Nullable(true)]
[DataLength(100)]
public string Producname
{
get { return producname; }
set { producname = value; }
}
///
/// 钢级(牌号)代码
///
[Description("钢级(牌号)代码")]
[Nullable(true)]
[DataLength(10)]
public string Steelcode
{
get { return steelcode; }
set { steelcode = value; }
}
///
/// 钢级(牌号)名称
///
[Description("钢级")]
[Nullable(true)]
[DataLength(100)]
public string Steelname
{
get { return steelname; }
set { steelname = value; }
}
///
/// 产品规格代码
///
[Description("产品规格代码")]
[Nullable(true)]
[DataLength(20)]
public string SpecCode
{
get { return specCode; }
set { specCode = value; }
}
///
/// 产品规格描述
///
[Description("规格")]
[Nullable(true)]
[DataLength(100)]
public string SpecName
{
get { return specName; }
set { specName = value; }
}
///
/// 扣型代码
///
[Description("扣型代码")]
[Nullable(true)]
[DataLength(20)]
public string ModelCode
{
get { return modelCode; }
set { modelCode = value; }
}
///
/// 扣型描述
///
[Description("扣型")]
[Nullable(true)]
[DataLength(100)]
public string ModelDesc
{
get { return modelDesc; }
set { modelDesc = value; }
}
///
/// 标准类别代码
///
[Description("标准类别代码")]
[Nullable(true)]
[DataLength(20)]
public string StdStyle
{
get { return stdStyle; }
set { stdStyle = value; }
}
///
/// 标准类别描述
///
[Description("标准类别")]
[Nullable(true)]
[DataLength(50)]
public string StdStyleDesc
{
get { return stdStyleDesc; }
set { stdStyleDesc = 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(20)]
public string OrderNo
{
get { return orderNo; }
set { orderNo = value; }
}
///
/// 合同行号
///
[Description("合同行号")]
[Nullable(true)]
[DataLength(3)]
public string OrderSeq
{
get { return orderSeq; }
set { orderSeq = value; }
}
///
/// 合同子行号
///
[Description("合同子行号")]
[Nullable(true)]
[DataLength(3)]
public string OrderSeqNo
{
get { return orderSeqNo; }
set { orderSeqNo = 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; }
}
///
/// 产线代码
///
[Description("产线代码")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 产线名称
///
[Description("产线")]
[Nullable(true)]
[DataLength(100)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 生产批号
///
[Description("生产批号")]
[Nullable(true)]
[DataLength(20)]
public string LotNo
{
get { return lotNo; }
set { lotNo = value; }
}
///
/// 熔炼炉号
///
[Description("熔炼炉号")]
[Nullable(true)]
[DataLength(20)]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 申请人
///
[Description("申请人")]
[Nullable(true)]
[DataLength(20)]
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 申请时间
///
[Description("申请时间")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 审批人
///
[Description("审批人")]
[Nullable(true)]
[DataLength(20)]
public string AgreeName
{
get { return agreeName; }
set { agreeName = value; }
}
///
/// 审批时间
///
[Description("审批时间")]
[Nullable(true)]
public string AgreeTime
{
get { return agreeTime; }
set { agreeTime = value; }
}
///
/// 审批状态(‘0':未审批;'1':审批通过;'2':审批不通过;‘3’已判定
///
[Description("审批状态")]
[Nullable(true)]
[DataLength(1)]
public string AgreeFlag
{
get { return agreeFlag; }
set { agreeFlag = value; }
}
///
/// 审批说明
///
[Description("审批说明")]
[Nullable(true)]
[DataLength(500)]
public string AgreeMemo
{
get { return agreeMemo; }
set { agreeMemo = value; }
}
///
/// 是否经过VD炉(0,不经过 1经过)
///
[Description("是否经过VD炉")]
[Nullable(true)]
[DataLength(1)]
public string IsVd
{
get { return isVd; }
set { isVd = value; }
}
///
/// 生产合同号
///
[Description("生产合同号")]
[Nullable(true)]
[DataLength(25)]
public string ProOrderNo
{
get { return proOrderNo; }
set { proOrderNo = value; }
}
///
/// 科室代码
///
[Description("科室代码")]
[Nullable(true)]
[DataLength(20)]
public string ManageNo
{
get { return manageNo; }
set { manageNo = value; }
}
///
/// 科室名称
///
[Description("科室名称")]
[Nullable(true)]
[DataLength(20)]
public string ManageMent
{
get { return manageMent; }
set { manageMent = value; }
}
///
/// 标准代码[最终成品标准]
///
[Description("标准代码[最终成品标准]")]
[Nullable(true)]
[DataLength(20)]
public string StdCode
{
get { return stdCode; }
set { stdCode = value; }
}
///
/// 标准名称
///
[Description("标准名称")]
[Nullable(true)]
[DataLength(256)]
public string StdName
{
get { return stdName; }
set { stdName = value; }
}
///
/// 钢种代码
///
[Description("钢种代码")]
[Nullable(true)]
[DataLength(10)]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 钢种名称
///
[Description("钢种")]
[Nullable(true)]
[DataLength(100)]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 判定标准
///
[Description("判定标准")]
[Nullable(true)]
[DataLength(200)]
public string JudgeStdName
{
get { return judgeStdName; }
set { judgeStdName = value; }
}
}
}