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.Lims.Port.数据管理.实体类 { /// /// 数据库表CRAFT_ORD_DESIGN_STD_PIC_SMP所对应的实体类(生成工具:代码生成工具3.0) /// 作者:DM22222 时间:2018-07-10 /// public class CraftOrdDesignStdPicSmpEntity { /// /// DESGIN_KEY /// private string desginKey = ""; /// /// 材质标准索引号 /// private string pic = ""; /// /// 取样码索引号 /// private string sic = ""; /// /// 试样组代码 /// private string phyCodeMin = ""; /// /// 试样组描述 /// private string phyNameMin = ""; /// /// 标准代码 /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 取样长度代码(COM_BASE_SPLINE) /// private string length = ""; /// /// 取样长度描述---------(本字段需移除) /// private string descLength = ""; /// /// 取样频率代码(4011)(组批要求,支数限制) /// private string rate = ""; /// /// 取样频率描述 /// private string descRate = ""; /// /// 取样数量 /// private decimal? descCount = null; /// /// 取样位置代码(4012) /// private string position = ""; /// /// 取样位置描述 /// private string descPosition = ""; /// /// 试验样条数(从COM_BASE_PHY_B中带过来,允许人工在界面上修改) /// private decimal? sampleCount = null; /// /// 备注 /// private string memo = ""; /// /// 样片类型( 环 或 片)(COM_BASE_SPLINE) /// private string sampleStyle = ""; /// /// 每批支数 改成 分批数量 /// private decimal? batchCnt = null; /// /// 取样宽度(SAMPLE_STYLE=片时,必须输入本字段值)(COM_BASE_SPLINE) /// private decimal? width = null; /// /// 分批单位(米/支/吨) /// private string batchUnit = ""; /// /// 试样索引号(COM_BASE_SPLINE) /// private string eic = ""; /// /// 试样方向(横向/纵向)(COM_BASE_SPLINE) /// private string phyDir = ""; /// /// 名义规格(文本字段,人工填写,不允许为空)(COM_BASE_SPLINE) /// private string sizeDesc = ""; /// /// 项目代码_方向 /// private string itemCodeF = ""; /// /// 项目代码_尺寸 /// private string itemCodeC = ""; /// /// 项目代码_温度 /// private string itemCodeW = ""; /// /// 试样组+方向+温度+尺寸的代码组合 /// private string sampleKey = ""; /// /// 试样组+'('+方向+'_'+温度+'_'+尺寸+'_'+')'的组合描述 /// private string sampleKeyDesc = ""; /// /// 标准代码(试验标准) /// private string stdCodeTest = ""; /// /// 标准名称(试验标准) /// private string stdNameTest = ""; /// /// 试验尺寸代码(试样码基础表带过来的) /// private string splineItemCodeS = ""; /// /// 试验尺寸名称(试样码基础表带过来的) /// private string splineItemNameS = ""; /// /// 试验方向代码(试样码基础表带过来的) /// private string splineItemCodeF = ""; /// /// 试验方向名称(试样码基础表带过来的) /// private string splineItemNameF = ""; /// /// 工序代码 /// private string processCode = ""; /// /// 工序名称 /// private string processDesc = ""; /// /// 制程号(内控用) /// private string mscPline = ""; /// /// 附加1(%) /// private decimal? attachPercent = null; /// /// 附加2(支) /// private decimal? attachCount = null; /// /// 前几炉 /// private decimal? topStove = null; /// /// 循环值 /// private decimal? loopValue = null; /// /// SSC试验条件(COM_BASE_INFO 4099) /// private string sscCondition = ""; /// /// 排它试样组集合 /// private string excludePhyMin = ""; /// /// 数据源:'0':冶金规范 '1':轧管排产录入 2首日检 /// private string craftSource = ""; /// /// DESGIN_KEY /// [Description("DESGIN_KEY")] [Nullable(false)] [DataLength(40)] public string DesginKey { get { return desginKey; } set { desginKey = value; } } /// /// 材质标准索引号 /// [Description("材质标准索引号")] [Nullable(false)] [DataLength(20)] public string Pic { get { return pic; } set { pic = value; } } /// /// 取样码索引号 /// [Description("取样码索引号")] [Nullable(false)] [DataLength(8)] public string Sic { get { return sic; } set { sic = value; } } /// /// 试样组代码 /// [Description("试样组代码")] [Nullable(false)] [DataLength(5)] public string PhyCodeMin { get { return phyCodeMin; } set { phyCodeMin = value; } } /// /// 试样组描述 /// [Description("试样组描述")] [Nullable(true)] [DataLength(100)] public string PhyNameMin { get { return phyNameMin; } set { phyNameMin = value; } } /// /// 标准代码 /// [Description("标准代码")] [Nullable(true)] [DataLength(20)] public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// [Description("标准名称")] [Nullable(true)] [DataLength(200)] public string StdName { get { return stdName; } set { stdName = value; } } /// /// 取样长度代码(COM_BASE_SPLINE) /// [Description("取样长度代码(COM_BASE_SPLINE)")] [Nullable(true)] [DataLength(20)] public string Length { get { return length; } set { length = value; } } /// /// 取样长度描述---------(本字段需移除) /// [Description("取样长度描述---------(本字段需移除)")] [Nullable(true)] [DataLength(200)] public string DescLength { get { return descLength; } set { descLength = value; } } /// /// 取样频率代码(4011)(组批要求,支数限制) /// [Description("取样频率代码(4011)(组批要求,支数限制)")] [Nullable(true)] [DataLength(20)] public string Rate { get { return rate; } set { rate = value; } } /// /// 取样频率描述 /// [Description("取样频率描述")] [Nullable(true)] [DataLength(200)] public string DescRate { get { return descRate; } set { descRate = value; } } /// /// 取样数量 /// [Description("取样数量")] [Nullable(true)] [DataLength(22)] public decimal? DescCount { get { return descCount; } set { descCount = value; } } /// /// 取样位置代码(4012) /// [Description("取样位置代码(4012)")] [Nullable(true)] [DataLength(20)] public string Position { get { return position; } set { position = value; } } /// /// 取样位置描述 /// [Description("取样位置描述")] [Nullable(true)] [DataLength(200)] public string DescPosition { get { return descPosition; } set { descPosition = value; } } /// /// 试验样条数(从COM_BASE_PHY_B中带过来,允许人工在界面上修改) /// [Description("试验样条数(从COM_BASE_PHY_B中带过来,允许人工在界面上修改)")] [Nullable(true)] [DataLength(22)] public decimal? SampleCount { get { return sampleCount; } set { sampleCount = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(500)] public string Memo { get { return memo; } set { memo = value; } } /// /// 样片类型( 环 或 片)(COM_BASE_SPLINE) /// [Description("样片类型( 环 或 片)(COM_BASE_SPLINE)")] [Nullable(true)] [DataLength(6)] public string SampleStyle { get { return sampleStyle; } set { sampleStyle = value; } } /// /// 每批支数 改成 分批数量 /// [Description("每批支数 改成 分批数量")] [Nullable(true)] [DataLength(22)] public decimal? BatchCnt { get { return batchCnt; } set { batchCnt = value; } } /// /// 取样宽度(SAMPLE_STYLE=片时,必须输入本字段值)(COM_BASE_SPLINE) /// [Description("取样宽度(SAMPLE_STYLE=片时,必须输入本字段值)(COM_BASE_SPLINE)")] [Nullable(true)] [DataLength(22)] public decimal? Width { get { return width; } set { width = value; } } /// /// 分批单位(米/支/吨) /// [Description("分批单位(米/支/吨)")] [Nullable(true)] [DataLength(20)] public string BatchUnit { get { return batchUnit; } set { batchUnit = value; } } /// /// 试样索引号(COM_BASE_SPLINE) /// [Description("试样索引号(COM_BASE_SPLINE)")] [Nullable(true)] [DataLength(8)] public string Eic { get { return eic; } set { eic = value; } } /// /// 试样方向(横向/纵向)(COM_BASE_SPLINE) /// [Description("试样方向(横向/纵向)(COM_BASE_SPLINE)")] [Nullable(true)] [DataLength(8)] public string PhyDir { get { return phyDir; } set { phyDir = value; } } /// /// 名义规格(文本字段,人工填写,不允许为空)(COM_BASE_SPLINE) /// [Description("名义规格(文本字段,人工填写,不允许为空)(COM_BASE_SPLINE)")] [Nullable(true)] [DataLength(100)] public string SizeDesc { get { return sizeDesc; } set { sizeDesc = value; } } /// /// 项目代码_方向 /// [Description("项目代码_方向")] [Nullable(true)] [DataLength(5)] public string ItemCodeF { get { return itemCodeF; } set { itemCodeF = value; } } /// /// 项目代码_尺寸 /// [Description("项目代码_尺寸")] [Nullable(true)] [DataLength(5)] public string ItemCodeC { get { return itemCodeC; } set { itemCodeC = value; } } /// /// 项目代码_温度 /// [Description("项目代码_温度")] [Nullable(true)] [DataLength(5)] public string ItemCodeW { get { return itemCodeW; } set { itemCodeW = value; } } /// /// 试样组+方向+温度+尺寸的代码组合 /// [Description("试样组+方向+温度+尺寸的代码组合")] [Nullable(false)] [DataLength(23)] public string SampleKey { get { return sampleKey; } set { sampleKey = value; } } /// /// 试样组+'('+方向+'_'+温度+'_'+尺寸+'_'+')'的组合描述 /// [Description("试样组+'('+方向+'_'+温度+'_'+尺寸+'_'+')'的组合描述")] [Nullable(true)] [DataLength(200)] public string SampleKeyDesc { get { return sampleKeyDesc; } set { sampleKeyDesc = value; } } /// /// 标准代码(试验标准) /// [Description("标准代码(试验标准)")] [Nullable(true)] [DataLength(20)] public string StdCodeTest { get { return stdCodeTest; } set { stdCodeTest = value; } } /// /// 标准名称(试验标准) /// [Description("标准名称(试验标准)")] [Nullable(true)] [DataLength(200)] public string StdNameTest { get { return stdNameTest; } set { stdNameTest = value; } } /// /// 试验尺寸代码(试样码基础表带过来的) /// [Description("试验尺寸代码(试样码基础表带过来的)")] [Nullable(true)] [DataLength(5)] public string SplineItemCodeS { get { return splineItemCodeS; } set { splineItemCodeS = value; } } /// /// 试验尺寸名称(试样码基础表带过来的) /// [Description("试验尺寸名称(试样码基础表带过来的)")] [Nullable(true)] [DataLength(100)] public string SplineItemNameS { get { return splineItemNameS; } set { splineItemNameS = value; } } /// /// 试验方向代码(试样码基础表带过来的) /// [Description("试验方向代码(试样码基础表带过来的)")] [Nullable(true)] [DataLength(5)] public string SplineItemCodeF { get { return splineItemCodeF; } set { splineItemCodeF = value; } } /// /// 试验方向名称(试样码基础表带过来的) /// [Description("试验方向名称(试样码基础表带过来的)")] [Nullable(true)] [DataLength(100)] public string SplineItemNameF { get { return splineItemNameF; } set { splineItemNameF = value; } } /// /// 工序代码 /// [Description("工序代码")] [Nullable(false)] [DataLength(100)] public string ProcessCode { get { return processCode; } set { processCode = value; } } /// /// 工序名称 /// [Description("工序名称")] [Nullable(true)] [DataLength(100)] public string ProcessDesc { get { return processDesc; } set { processDesc = value; } } /// /// 制程号(内控用) /// [Description("制程号(内控用)")] [Nullable(false)] [DataLength(10)] public string MscPline { get { return mscPline; } set { mscPline = value; } } /// /// 附加1(%) /// [Description("附加1(%)")] [Nullable(true)] [DataLength(5)] public decimal? AttachPercent { get { return attachPercent; } set { attachPercent = value; } } /// /// 附加2(支) /// [Description("附加2(支)")] [Nullable(true)] [DataLength(22)] public decimal? AttachCount { get { return attachCount; } set { attachCount = value; } } /// /// 前几炉 /// [Description("前几炉")] [Nullable(true)] [DataLength(22)] public decimal? TopStove { get { return topStove; } set { topStove = value; } } /// /// 循环值 /// [Description("循环值")] [Nullable(true)] [DataLength(22)] public decimal? LoopValue { get { return loopValue; } set { loopValue = value; } } /// /// SSC试验条件(COM_BASE_INFO 4099) /// [Description("SSC试验条件(COM_BASE_INFO 4099)")] [Nullable(true)] [DataLength(10)] public string SscCondition { get { return sscCondition; } set { sscCondition = value; } } /// /// 排它试样组集合 /// [Description("排它试样组集合")] [Nullable(true)] [DataLength(30)] public string ExcludePhyMin { get { return excludePhyMin; } set { excludePhyMin = value; } } /// /// 数据源:'0':冶金规范 '1':轧管排产录入 2首日检 /// [Description("数据源:'0':冶金规范 '1':轧管排产录入 2首日检")] [Nullable(true)] [DataLength(1)] public string CraftSource { get { return craftSource; } set { craftSource = value; } } } }