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.Mcp.Entity {/// /// 数据库表COM_MSC_JG所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-201412141732 时间:2016-04-27 /// public class ComMscJgEntity { /// /// 接箍码 /// private string codeJg = ""; /// /// 接箍规格代码 /// private string specJg = ""; /// /// 接箍规格描述 /// private string specJgDesc = ""; /// /// 接箍品种代码 /// private string produccodeJg = ""; /// /// 接箍品种描述 /// private string produccodeJgDesc = ""; /// /// 接箍钢级代码 /// private string steelcodeJg = ""; /// /// 接箍钢级名称 /// private string steelcodeJgDesc = ""; /// /// 接箍扣型代码 /// private string modelCode = ""; /// /// 接箍扣型描述 /// private string modelDesc = ""; /// /// 中孔类别(I、II、III、IV...) /// private string styleJg = ""; /// /// 接箍料外径(mm)(形成内部合同的规格) /// private decimal? minD = null; /// /// 接箍料壁厚(mm))(形成内部合同的规格) /// private decimal? minH = null; /// /// 接箍外径 /// private decimal? diameterJg = null; /// /// 接箍临界壁厚 /// private decimal? heightJg = null; /// /// 接箍长度 /// private string lengthJg = ""; /// /// 接箍个单量 /// private string weightJg = ""; /// /// 中孔内径 /// private decimal? diameter = null; /// /// ALPHA描述 /// private string alpha = ""; /// /// 接箍坯料外径 /// private decimal? diameterPl = null; /// /// 接箍坯料壁厚 /// private decimal? heightPl = null; /// /// 接箍坯料长度min /// private string lengthMin = ""; /// /// 接箍坯料长度max /// private string lengthMax = ""; /// /// 接箍码适用成品品名代码 /// private string produccode = ""; /// /// 接箍码适成品品名描述 /// private string producname = ""; /// /// 接箍码适用成品壁厚最小值 /// private string minHCp = ""; /// /// 接箍码适用成品壁厚最大值 /// private string maxHCp = ""; /// /// 接箍料外径最小值 /// private string minDCp = ""; /// /// 接箍料外径最大值 /// private string maxDCp = ""; /// /// 创建人 /// 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 string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 测量J值 /// private decimal? checkJVal = null; /// /// 标准类别代码 /// private string stdStyle = ""; /// /// 标准类别描述(I、II、III) /// private string stdStyleDesc = ""; /// /// 接箍坯料锥度 /// private string taper = ""; /// /// 接箍码适用成品外径最小值 /// private string minDJg = ""; /// /// 接箍码适用成品外径最大值 /// private string maxDJg = ""; /// /// 接箍码 /// [Description("接箍码")] [Nullable(false)] [DataLength(7)] public string CodeJg { get { return codeJg; } set { codeJg = value; } } /// /// 接箍规格代码 /// [Description("接箍规格代码")] [Nullable(true)] [DataLength(20)] public string SpecJg { get { return specJg; } set { specJg = value; } } /// /// 接箍规格描述 /// [Description("接箍规格")] [Nullable(true)] [DataLength(100)] public string SpecJgDesc { get { return specJgDesc; } set { specJgDesc = value; } } /// /// 接箍品种代码 /// [Description("接箍品种代码")] [Nullable(true)] [DataLength(20)] public string ProduccodeJg { get { return produccodeJg; } set { produccodeJg = value; } } /// /// 接箍品种描述 /// [Description("接箍品种")] [Nullable(true)] [DataLength(100)] public string ProduccodeJgDesc { get { return produccodeJgDesc; } set { produccodeJgDesc = value; } } /// /// 接箍钢级代码 /// [Description("接箍钢级代码")] [Nullable(true)] [DataLength(10)] public string SteelcodeJg { get { return steelcodeJg; } set { steelcodeJg = value; } } /// /// 接箍钢级名称 /// [Description("接箍钢级")] [Nullable(true)] [DataLength(100)] public string SteelcodeJgDesc { get { return steelcodeJgDesc; } set { steelcodeJgDesc = 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; } } /// /// 中孔类别(I、II、III、IV...) /// [Description("中孔类别")] [Nullable(true)] [DataLength(8)] public string StyleJg { get { return styleJg; } set { styleJg = value; } } /// /// 接箍料外径(mm)(形成内部合同的规格) /// [Description("接箍料外径(mm)")] [Nullable(false)] [DataLength(6)] public decimal? MinD { get { return minD; } set { minD = value; } } /// /// 接箍料壁厚(mm))(形成内部合同的规格) /// [Description("接箍料壁厚(mm)")] [Nullable(false)] [DataLength(6)] public decimal? MinH { get { return minH; } set { minH = value; } } /// /// 接箍外径 /// [Description("接箍外径")] [Nullable(true)] [DataLength(6)] public decimal? DiameterJg { get { return diameterJg; } set { diameterJg = value; } } /// /// 接箍临界壁厚 /// [Description("接箍临界壁厚")] [Nullable(true)] [DataLength(6)] public decimal? HeightJg { get { return heightJg; } set { heightJg = value; } } /// /// 接箍长度 /// [Description("接箍长度")] [Nullable(true)] [DataLength(10)] public string LengthJg { get { return lengthJg; } set { lengthJg = value; } } /// /// 接箍个单量 /// [Description("接箍单量")] [Nullable(true)] [DataLength(10)] public string WeightJg { get { return weightJg; } set { weightJg = value; } } /// /// 中孔内径 /// [Description("中孔内径")] [Nullable(true)] [DataLength(6)] public decimal? Diameter { get { return diameter; } set { diameter = value; } } /// /// ALPHA描述 /// [Description("ALPHA描述")] [Nullable(true)] [DataLength(200)] public string Alpha { get { return alpha; } set { alpha = value; } } /// /// 接箍坯料外径 /// [Description("接箍坯料外径")] [Nullable(true)] [DataLength(6)] public decimal? DiameterPl { get { return diameterPl; } set { diameterPl = value; } } /// /// 接箍坯料壁厚 /// [Description("接箍坯料壁厚")] [Nullable(true)] [DataLength(6)] public decimal? HeightPl { get { return heightPl; } set { heightPl = value; } } /// /// 接箍坯料长度min /// [Description("接箍坯料长度min")] [Nullable(true)] [DataLength(10)] public string LengthMin { get { return lengthMin; } set { lengthMin = value; } } /// /// 接箍坯料长度max /// [Description("接箍坯料长度max")] [Nullable(true)] [DataLength(10)] public string LengthMax { get { return lengthMax; } set { lengthMax = 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 MinHCp { get { return minHCp; } set { minHCp = value; } } /// /// 接箍码适用成品壁厚最大值 /// [Description("接箍码适用成品壁厚最大值")] [Nullable(true)] [DataLength(10)] public string MaxHCp { get { return maxHCp; } set { maxHCp = value; } } /// /// 接箍料外径最小值 /// [Description("接箍料外径最小值")] [Nullable(true)] [DataLength(10)] public string MinDCp { get { return minDCp; } set { minDCp = value; } } /// /// 接箍料外径最大值 /// [Description("接箍料外径最大值")] [Nullable(true)] [DataLength(10)] public string MaxDCp { get { return maxDCp; } set { maxDCp = value; } } /// /// 创建人 /// [Description("创建人")] [Nullable(true)] [DataLength(10)] 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("有效标志")] [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(20)] public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// [Description("标准名称")] [Nullable(true)] [DataLength(200)] public string StdName { get { return stdName; } set { stdName = value; } } /// /// 测量J值 /// [Description("测量J值")] [Nullable(true)] [DataLength(6)] public decimal? CheckJVal { get { return checkJVal; } set { checkJVal = value; } } /// /// 标准类别代码 /// [Description("标准类别代码")] [Nullable(true)] [DataLength(10)] public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } /// /// 标准类别描述(I、II、III) /// [Description("标准类别")] [Nullable(true)] [DataLength(10)] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } /// /// 接箍坯料锥度 /// [Description("接箍坯料锥度")] [Nullable(true)] [DataLength(10)] public string Taper { get { return taper; } set { taper = value; } } /// /// 接箍码适用成品外径最小值 /// [Description("接箍码适用成品外径最小值")] [Nullable(true)] [DataLength(10)] public string MinDJg { get { return minDJg; } set { minDJg = value; } } /// /// 接箍码适用成品外径最大值 /// [Description("接箍码适用成品外径最大值")] [Nullable(true)] [DataLength(10)] public string MaxDJg { get { return maxDJg; } set { maxDJg = value; } } } }