using Core.Mes.Client.Comm.Attribute; using System; using System.ComponentModel; namespace Core.StlMes.Client.Qcm.model { /// /// 数据库表COM_MSC_R_JG所对应的实体类(生成工具:代码生成工具3.0) /// 作者:Chenxi-PC2 时间:2015-12-09 /// public class ComMscRJgEntity { /// /// 冶金规范码 /// private string msc = ""; /// /// 冶金规范描述 /// private string mscDesc = ""; /// /// 接箍码/管体码 /// private string codeJg = ""; /// /// 备料类型(A:接箍、B:附件) /// private string stockStyle = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 删除人 /// private string deleteName = ""; /// /// 删除时间 /// private string deleteTime = ""; /// /// 有效标志(1:有效,0:无效) /// private string validflag = ""; /// /// 备注 /// private string memo = ""; /// /// 组号 /// private decimal? groupNum = null; /// /// 探伤要求(针对接箍码) BASE_INFO(408401) /// private string demandDetection = ""; /// /// 磷化要求(针对接箍码) BASE_INFO(408402) /// private string demandBonderizing = ""; /// /// 镀铜要求(针对接箍码) BASE_INFO(408403) /// private string demandCopper = ""; /// /// 喷砂要求(针对接箍码) BASE_INFO(408404) /// private string demandBlast = ""; /// /// 接箍码适用成品品名 /// private string produccode = ""; /// /// 接箍码适成品品名描述 /// private string producname = ""; /// /// 接箍码适用成品钢级代码 /// private string steelcode = ""; /// /// 接箍码适用成品钢级名称 /// private string steelname = ""; /// /// 接箍码适用成品壁厚最小值 /// private string minH = ""; /// /// 接箍码适用成品壁厚最大值 /// private string maxH = ""; /// /// 接箍码适用成品外径最小值 /// private string minD = ""; /// /// 接箍码适用成品外径最大值 /// private string maxD = ""; /// /// 客户Alpha编号 /// private string custAlphaNo = ""; /// /// 无注释 /// private string keyJg = ""; /// /// 产品特殊要求描述 /// private string orderSpecialDesc = ""; private string demandDetectionDesc = ""; [Description("探伤要求")] public string DemandDetectionDesc { get { return demandDetectionDesc; } set { demandDetectionDesc = value; } } private string demandBonderizingDesc = ""; [Description("磷化要求")] public string DemandBonderizingDesc { get { return demandBonderizingDesc; } set { demandBonderizingDesc = value; } } private string demandCopperDesc = ""; [Description("镀铜要求")] public string DemandCopperDesc { get { return demandCopperDesc; } set { demandCopperDesc = value; } } private string demandBlastDesc = ""; [Description("喷砂要求")] public string DemandBlastDesc { get { return demandBlastDesc; } set { demandBlastDesc = value; } } /// /// 冶金规范码 /// [Description("冶金规范码")] [Nullable(false)] [DataLength(20)] public string Msc { get { return msc; } set { msc = value; } } /// /// 冶金规范描述 /// [Description("冶金规范描述")] [Nullable(true)] [DataLength(500)] public string MscDesc { get { return mscDesc; } set { mscDesc = value; } } /// /// 接箍码/管体码 /// [Description("接箍码")] [Nullable(false)] [DataLength(20)] public string CodeJg { get { return codeJg; } set { codeJg = value; } } /// /// 备料类型(A:接箍、B:附件) /// [Description("备料类型(A:接箍、B:附件)")] [Nullable(false)] [DataLength(1)] public string StockStyle { get { return stockStyle; } set { stockStyle = 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 UpdateName { get { return updateName; } set { updateName = value; } } /// /// 修改时间 /// [Description("修改时间")] [Nullable(true)] public string UpdateTime { get { return updateTime; } set { updateTime = value; } } /// /// 删除人 /// [Description("删除人")] [Nullable(true)] [DataLength(20)] public string DeleteName { get { return deleteName; } set { deleteName = value; } } /// /// 删除时间 /// [Description("删除时间")] [Nullable(true)] public string DeleteTime { get { return deleteTime; } set { deleteTime = value; } } /// /// 有效标志(1:有效,0:无效) /// [Description("有效标志(1:有效,0:无效)")] [Nullable(true)] [DataLength(1)] public string Validflag { get { return validflag; } set { validflag = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(500)] public string Memo { get { return memo; } set { memo = value; } } /// /// 组号 /// [Description("组号")] [Nullable(true)] [DataLength(3)] public decimal? GroupNum { get { return groupNum; } set { groupNum = value; } } /// /// 探伤要求(针对接箍码) BASE_INFO(408401) /// [Description("探伤要求")] [Nullable(true)] [DataLength(200)] public string DemandDetection { get { return demandDetection; } set { demandDetection = value; } } /// /// 磷化要求(针对接箍码) BASE_INFO(408402) /// [Description("磷化要求")] [Nullable(true)] [DataLength(200)] public string DemandBonderizing { get { return demandBonderizing; } set { demandBonderizing = value; } } /// /// 镀铜要求(针对接箍码) BASE_INFO(408403) /// [Description("镀铜要求")] [Nullable(true)] [DataLength(200)] public string DemandCopper { get { return demandCopper; } set { demandCopper = value; } } /// /// 喷砂要求(针对接箍码) BASE_INFO(408404) /// [Description("喷砂要求")] [Nullable(true)] [DataLength(200)] public string DemandBlast { get { return demandBlast; } set { demandBlast = 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(10)] public string MinH { get { return minH; } set { minH = value; } } /// /// 接箍码适用成品壁厚最大值 /// [Description("适用成品壁厚最大值")] [Nullable(true)] [DataLength(10)] public string MaxH { get { return maxH; } set { maxH = value; } } /// /// 接箍码适用成品外径最小值 /// [Description("适用成品外径最小值")] [Nullable(true)] [DataLength(10)] public string MinD { get { return minD; } set { minD = value; } } /// /// 接箍码适用成品外径最大值 /// [Description("适用成品外径最大值")] [Nullable(true)] [DataLength(10)] public string MaxD { get { return maxD; } set { maxD = value; } } /// /// 客户Alpha编号 /// [Description("客户Alpha编号")] [Nullable(true)] [DataLength(20)] public string CustAlphaNo { get { return custAlphaNo; } set { custAlphaNo = value; } } /// /// 无注释 /// [Description("接箍KEY")] [Nullable(false)] [DataLength(32)] public string KeyJg { get { return keyJg; } set { keyJg = value; } } /// /// 产品特殊要求描述 /// [Description("产品特殊要求")] [Nullable(true)] [DataLength(4000)] public string OrderSpecialDesc { get { return orderSpecialDesc; } set { orderSpecialDesc = value; } } } }