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
{
///
/// 数据库表CRAFT_LG2_M所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20160925CXYF 时间:2017-08-21
///
public class CraftLg2MEntity
{
///
/// 工艺卡号(钢种+2位年+3位流水)
///
private string craftNo = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 成分索引码集合
///
private string cic = "";
///
/// 工艺卡类型(A标准卡、B联络卡)
///
private string craftType = "";
///
/// 炼钢产线编码
///
private string plineCode = "";
///
/// 炼钢产线描述
///
private string plineName = "";
///
/// 钢质代码
///
private string gradeNo = "";
///
/// 工艺路径
///
private string craftRoute = "";
///
/// 品名代码
///
private string produccode = "";
///
/// 品名描述(品种简称)
///
private string producname = "";
///
/// 内控标准号代码
///
private string stdCodeNk = "";
///
/// 内控标准号名称
///
private string stdNameNk = "";
///
/// 内控标准版本号
///
private string stdVersion = "";
///
/// 其他要求(备注)
///
private string ortherAsk = "";
///
/// 成分ID(CIC+工艺卡号+6位流水)
///
private string cicGid = "";
///
/// 目标成分ID(TCIC+工艺卡号+6位流水)
///
private string tarCicGid = "";
///
/// 温度工艺ID(TEP+工艺卡号+6位流水)
///
private string tepGid = "";
///
/// CCM工艺ID(CCM+工艺卡号+6位流水)
///
private string ccmGid = "";
///
///合金配置
///
private string alloyGid = "";
///
/// 有效标志(00:无效,10:有效)
///
private string validflag = "";
///
/// 制定人
///
private string markMan = "";
///
/// 制定时间
///
private string markDate = "";
///
/// 批准人
///
private string appMan = "";
///
/// 批准时间
///
private string appDate = "";
///
/// 实施日期
///
private string excDate = "";
///
/// 工艺卡号(钢种+2位年+3位流水)
///
[Description("工艺卡号")]
[Nullable(false)]
[DataLength(20)]
public string CraftNo
{
get { return craftNo; }
set { craftNo = 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(128)]
public string Cic
{
get { return cic; }
set { cic = value; }
}
///
/// 工艺卡类型(A标准卡、B联络卡)
///
[Description("工艺卡类型")]
[Nullable(true)]
[DataLength(1)]
public string CraftType
{
get { return craftType; }
set { craftType = value; }
}
///
/// 炼钢产线编码
///
[Description("炼钢产线")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 炼钢产线描述
///
[Description("炼钢产线")]
[Nullable(true)]
[DataLength(50)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 钢质代码
///
[Description("钢质代码")]
[Nullable(true)]
[DataLength(10)]
public string GradeNo
{
get { return gradeNo; }
set { gradeNo = value; }
}
///
/// 工艺路径
///
[Description("工艺路径")]
[Nullable(true)]
[DataLength(32)]
public string CraftRoute
{
get { return craftRoute; }
set { craftRoute = 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(20)]
public string StdCodeNk
{
get { return stdCodeNk; }
set { stdCodeNk = value; }
}
///
/// 内控标准号名称
///
[Description("内控标准号")]
[Nullable(true)]
[DataLength(64)]
public string StdNameNk
{
get { return stdNameNk; }
set { stdNameNk = value; }
}
///
/// 内控标准版本号
///
[Description("内控标准版本号")]
[Nullable(true)]
[DataLength(20)]
public string StdVersion
{
get { return stdVersion; }
set { stdVersion = value; }
}
///
/// 其他要求(备注)
///
[Description("其他要求")]
[Nullable(true)]
[DataLength(256)]
public string OrtherAsk
{
get { return ortherAsk; }
set { ortherAsk = value; }
}
///
/// 成分ID(CIC+工艺卡号+6位流水)
///
[Description("成分索引码")]
[Nullable(true)]
[DataLength(24)]
public string CicGid
{
get { return cicGid; }
set { cicGid = value; }
}
///
/// 目标成分ID(TCIC+工艺卡号+6位流水)
///
[Description("工序目标成分")]
[Nullable(true)]
[DataLength(16)]
public string TarCicGid
{
get { return tarCicGid; }
set { tarCicGid = value; }
}
///
/// 温度工艺ID(TEP+工艺卡号+6位流水)
///
[Description("温度参数")]
[Nullable(true)]
[DataLength(16)]
public string TepGid
{
get { return tepGid; }
set { tepGid = value; }
}
///
/// CCM工艺ID(CCM+工艺卡号+6位流水)
///
[Description("CCM参数")]
[Nullable(true)]
[DataLength(20)]
public string CcmGid
{
get { return ccmGid; }
set { ccmGid = value; }
}
[Description("合金配置")]
public string AlloyGid
{
get { return alloyGid; }
set { alloyGid = value; }
}
///
/// 有效标志(00:无效,10:有效)
///
[Description("有效标志")]
[Nullable(true)]
[DataLength(2)]
public string Validflag
{
get { return validflag; }
set { validflag = value; }
}
///
/// 制定人
///
[Description("制定人")]
[Nullable(true)]
[DataLength(16)]
public string MarkMan
{
get { return markMan; }
set { markMan = value; }
}
///
/// 制定时间
///
[Description("制定时间")]
[Nullable(true)]
public string MarkDate
{
get { return markDate; }
set { markDate = value; }
}
///
/// 批准人
///
[Description("批准人")]
[Nullable(true)]
public string AppMan
{
get { return appMan; }
set { appMan = value; }
}
///
/// 批准时间
///
[Description("批准时间")]
[Nullable(true)]
public string AppDate
{
get { return appDate; }
set { appDate = value; }
}
///
/// 实施日期
///
[Description("实施日期")]
[Nullable(true)]
public string ExcDate
{
get { return excDate; }
set { excDate = value; }
}
private string defaultcraft = "";
///
/// 默认工艺卡
///
[Description("默认")]
[Nullable(true)]
public string Defaultcraft
{
get { return defaultcraft; }
set { defaultcraft = value; }
}
}
}