using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using Core.Mes.Client.Comm.Attribute; using Newtonsoft.Json; namespace Core.StlMes.Client.SaleOrder { /// /// 数据库表CRAFT_ORD_DESIGN_STD_PIC所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/) /// 作者:tgcx-test 时间:2017-01-11 /// public class CraftOrdDesignStdPicEntity { /// /// DESGIN_KEY /// private string desginKey = ""; /// /// 材质标准索引号 /// private string pic = ""; /// /// 协议或Alpha代码(用途码) /// private string useCode = ""; /// /// 协议或Alpha描述(用途描述) /// private string useDesc = ""; /// /// 是否特殊要求(0:交付标准;1:特殊要求;2:内控标准) /// private string speclFl = ""; /// /// 序号 /// private decimal? indexSeq = null; /// /// 材质检验项代码(大类) /// private string phyCodeMax = ""; /// /// 材质检验项名称(大类) /// private string phyNameMax = ""; /// /// 取样码 /// private string phyCodeMin = ""; /// /// 取样码描述 /// private string phyNameMin = ""; /// /// 材质检验项代码 /// private string phyCode = ""; /// /// 材质检验项名称 /// private string phyName = ""; /// /// 试验方向代码 /// private string itemCodeF = ""; /// /// 试验方向描述 /// private string itemNameF = ""; /// /// 试验温度代码 /// private string itemCodeW = ""; /// /// 试验温度描述 /// private string itemNameW = ""; /// /// 试样尺寸代码 /// private string itemCodeS = ""; /// /// 试样尺寸描述 /// private string itemNameS = ""; /// /// 分组索引号(同一分组的为多选一项) /// private string groupSeq = ""; /// /// 是否检验(1:是,0:否 ) /// private bool? ischeck = null; /// /// 是否报出(1:是,0:否 ) /// private bool? isquote = null; /// /// 报出的结果条数 /// private decimal? resultCount = null; /// /// 是否判定(1:是,0:否 ) /// private bool? isjudge = null; /// /// 是否是复合标准项(1:是,0:不是)(标准值通过公式进行计算) /// private bool? phyType = null; /// /// 复合标准公式 /// private string phyFormula = ""; /// /// 标准范围下限符号 /// private string stdminSign = ""; /// /// 标准范围下限 /// private string stdmin = ""; /// /// 标准范围上限符号 /// private string stdmaxSign = ""; /// /// 标准范围上限 /// private string stdmax = ""; /// /// 判定依据(A:最小值,B:最大值,C:平均值,D:逐项值判) /// private string judgeBasis = ""; /// /// 交货状态 /// private string deliverystate = ""; /// /// 扣型代码(集合) /// private string modelCode = ""; /// /// 扣型描述(集合) /// private string modelDesc = ""; /// /// 标准备注 /// private string stdmemo = ""; /// /// 限制规格代码 /// private string sizeCode = ""; /// /// 限制规格描述(外径、壁厚、径壁比) /// private string sizeName = ""; /// /// 限制规格下限符号 /// private string sizeMinSign = ""; /// /// 限制规格下限 /// private string sizeMin = ""; /// /// 限制规格上限符号 /// private string sizeMaxSign = ""; /// /// 限制规格上限 /// private string sizeMax = ""; /// /// 限制规格代码 /// private string sizeCode2 = ""; /// /// 限制规格描述(外径、壁厚、径壁比) /// private string sizeName2 = ""; /// /// 限制规格下限符号 /// private string sizeMinSign2 = ""; /// /// 限制规格下限 /// private string sizeMin2 = ""; /// /// 限制规格上限符号 /// private string sizeMaxSign2 = ""; /// /// 限制规格上限 /// private string sizeMax2 = ""; /// /// 接箍规格代码(接箍专用,与外径壁厚只允许存在其一) /// private string specJg = ""; /// /// 接箍规格描述 /// private string specJgDesc = ""; /// /// 条件项(1:符合标准时,0:不符合标准时) /// private string addcondition = ""; /// /// 附加标准项代码 /// private string addstdconCode = ""; /// /// 附加标准下限符号 /// private string addstdMinSign = ""; /// /// 附加标准下限值 /// private string addstdMin = ""; /// /// 附加标准上限符号 /// private string addstdMaxSign = ""; /// /// 附加标准上限值 /// private string addstdMax = ""; /// /// 百分比 /// private decimal? addpercent = null; /// /// 标准范围下限符号(二) /// private string stdminSign2 = ""; /// /// 标准范围下限(二) /// private string stdmin2 = ""; /// /// 标准范围上限符号(二) /// private string stdmaxSign2 = ""; /// /// 标准范围上限(二) /// private string stdmax2 = ""; /// /// 标准选择分类(4071),二套标准情况下的选择分类 /// private string stdChoose = ""; /// /// 制程号(内控用) /// private string mscPline = ""; /// /// 工序号(内控用) /// private string processCode = ""; /// /// 是否坯样热处理 0否,1是 /// private bool? billetSample = null; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 数据来源 '0':冶金规范 1:轧管排产录入 /// private string craftSource = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 删除人 /// private string deleteName = ""; /// /// 删除时间 /// private string deleteTime = ""; private string processDesc = ""; private bool? chk = false; /// /// 选择 /// [Description("选择")] public bool? Chk { get { return chk; } set { chk = value; } } /// /// 工序 /// [Description("工序")] public string ProcessDesc { get { return processDesc; } set { processDesc = value; } } private string processCodeC = ""; /// /// 二级工序 /// [Description("二级工序")] public string ProcessCodeC { get { return processCodeC; } set { processCodeC = value; } } private string processDescC = ""; /// /// 二级工序 /// [Description("二级工序")] public string ProcessDescC { get { return processDescC; } set { processDescC = value; } } /// /// DESGIN_KEY /// [Description("DESGIN_KEY")] [Nullable(false)] [DataLength(40)] [JsonProperty("desginKey")] public string DesginKey { get { return desginKey; } set { desginKey = value; } } /// /// 材质标准索引号 /// [Description("理化索引号")] [Nullable(false)] [DataLength(20)] [JsonProperty("pic")] public string Pic { get { return pic; } set { pic = value; } } /// /// 协议或Alpha代码(用途码) /// [Description("协议或Alpha")] [Nullable(true)] [DataLength(20)] [JsonProperty("useCode")] public string UseCode { get { return useCode; } set { useCode = value; } } /// /// 协议或Alpha描述(用途描述) /// [Description("协议或Alpha")] [Nullable(true)] [DataLength(100)] [JsonProperty("useDesc")] public string UseDesc { get { return useDesc; } set { useDesc = value; } } /// /// 是否特殊要求(0:交付标准;1:特殊要求;2:内控标准) /// [Description("数据类型")] [Nullable(false)] [DataLength(1)] [JsonProperty("speclFl")] public string SpeclFl { get { return speclFl; } set { speclFl = value; } } /// /// 序号 /// [Description("序号")] [Nullable(false)] [DataLength(22)] [JsonProperty("indexSeq")] public decimal? IndexSeq { get { return indexSeq; } set { indexSeq = value; } } /// /// 材质检验项代码(大类) /// [Description("检验大项")] [Nullable(false)] [DataLength(5)] [JsonProperty("phyCodeMax")] public string PhyCodeMax { get { return phyCodeMax; } set { phyCodeMax = value; } } /// /// 材质检验项名称(大类) /// [Description("检验大项")] [Nullable(true)] [DataLength(100)] [JsonProperty("phyNameMax")] public string PhyNameMax { get { return phyNameMax; } set { phyNameMax = value; } } /// /// 取样码 /// [Description("试样组")] [Nullable(false)] [DataLength(5)] [JsonProperty("phyCodeMin")] public string PhyCodeMin { get { return phyCodeMin; } set { phyCodeMin = value; } } /// /// 取样码描述 /// [Description("试样组")] [Nullable(true)] [DataLength(100)] [JsonProperty("phyNameMin")] public string PhyNameMin { get { return phyNameMin; } set { phyNameMin = value; } } /// /// 材质检验项代码 /// [Description("检验项")] [Nullable(false)] [DataLength(5)] [JsonProperty("phyCode")] public string PhyCode { get { return phyCode; } set { phyCode = value; } } /// /// 材质检验项名称 /// [Description("检验项")] [Nullable(true)] [DataLength(100)] [JsonProperty("phyName")] public string PhyName { get { return phyName; } set { phyName = value; } } /// /// 试验方向代码 /// [Description("试验方向")] [Nullable(true)] [DataLength(5)] [JsonProperty("itemCodeF")] public string ItemCodeF { get { return itemCodeF; } set { itemCodeF = value; } } /// /// 试验方向描述 /// [Description("试验方向")] [Nullable(true)] [DataLength(100)] [JsonProperty("itemNameF")] public string ItemNameF { get { return itemNameF; } set { itemNameF = value; } } /// /// 试验温度代码 /// [Description("试验温度")] [Nullable(true)] [DataLength(11)] [JsonProperty("itemCodeW")] public string ItemCodeW { get { return itemCodeW; } set { itemCodeW = value; } } /// /// 试验温度描述 /// [Description("试验温度")] [Nullable(true)] [DataLength(201)] [JsonProperty("itemNameW")] public string ItemNameW { get { return itemNameW; } set { itemNameW = value; } } /// /// 试样尺寸代码 /// [Description("试验尺寸")] [Nullable(true)] [DataLength(5)] [JsonProperty("itemCodeS")] public string ItemCodeS { get { return itemCodeS; } set { itemCodeS = value; } } /// /// 试样尺寸描述 /// [Description("试验尺寸")] [Nullable(true)] [DataLength(100)] [JsonProperty("itemNameS")] public string ItemNameS { get { return itemNameS; } set { itemNameS = value; } } /// /// 分组索引号(同一分组的为多选一项) /// [Description("分组索引号")] [Nullable(true)] [DataLength(6)] [JsonProperty("groupSeq")] public string GroupSeq { get { return groupSeq; } set { groupSeq = value; } } /// /// 是否检验(1:是,0:否 ) /// [Description("是否检验")] [Nullable(true)] [DataLength(1)] [JsonProperty("ischeck")] public bool? Ischeck { get { return ischeck; } set { ischeck = value; } } /// /// 是否报出(1:是,0:否 ) /// [Description("是否报出")] [Nullable(true)] [DataLength(1)] [JsonProperty("isquote")] public bool? Isquote { get { return isquote; } set { isquote = value; } } /// /// 报出的结果条数 /// [Description("报出的结果条数")] [Nullable(true)] [DataLength(22)] [JsonProperty("resultCount")] public decimal? ResultCount { get { return resultCount; } set { resultCount = value; } } /// /// 是否判定(1:是,0:否 ) /// [Description("是否判定")] [Nullable(true)] [DataLength(1)] [JsonProperty("isjudge")] public bool? Isjudge { get { return isjudge; } set { isjudge = value; } } /// /// 是否是复合标准项(1:是,0:不是)(标准值通过公式进行计算) /// [Description("复合标准")] [Nullable(true)] [DataLength(1)] [JsonProperty("phyType")] public bool? PhyType { get { return phyType; } set { phyType = value; } } /// /// 复合标准公式 /// [Description("复合标准公式")] [Nullable(true)] [DataLength(100)] [JsonProperty("phyFormula")] public string PhyFormula { get { return phyFormula; } set { phyFormula = value; } } /// /// 标准范围下限符号 /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("stdminSign")] public string StdminSign { get { return stdminSign; } set { stdminSign = value; } } /// /// 标准范围下限 /// [Description("下限值")] [Nullable(true)] [DataLength(500)] [JsonProperty("stdmin")] public string Stdmin { get { return stdmin; } set { stdmin = value; } } /// /// 标准范围上限符号 /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("stdmaxSign")] public string StdmaxSign { get { return stdmaxSign; } set { stdmaxSign = value; } } /// /// 标准范围上限 /// [Description("上限值")] [Nullable(true)] [DataLength(100)] [JsonProperty("stdmax")] public string Stdmax { get { return stdmax; } set { stdmax = value; } } /// /// 判定依据(A:最小值,B:最大值,C:平均值,D:逐项值判) /// [Description("判定依据")] [Nullable(true)] [DataLength(1)] [JsonProperty("judgeBasis")] public string JudgeBasis { get { return judgeBasis; } set { judgeBasis = value; } } /// /// 交货状态 /// [Description("交货状态")] [Nullable(true)] [DataLength(20)] [JsonProperty("deliverystate")] public string Deliverystate { get { return deliverystate; } set { deliverystate = value; } } /// /// 扣型代码(集合) /// [Description("扣型代码")] [Nullable(true)] [DataLength(200)] [JsonProperty("modelCode")] public string ModelCode { get { return modelCode; } set { modelCode = value; } } /// /// 扣型描述(集合) /// [Description("扣型描述")] [Nullable(true)] [DataLength(1000)] [JsonProperty("modelDesc")] public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } /// /// 标准备注 /// [Description("标准备注")] [Nullable(true)] [DataLength(200)] [JsonProperty("stdmemo")] public string Stdmemo { get { return stdmemo; } set { stdmemo = value; } } /// /// 限制规格代码 /// [Description("限制规格")] [Nullable(true)] [DataLength(20)] [JsonProperty("sizeCode")] public string SizeCode { get { return sizeCode; } set { sizeCode = value; } } /// /// 限制规格描述(外径、壁厚、径壁比) /// [Description("限制规格")] [Nullable(true)] [DataLength(50)] [JsonProperty("sizeName")] public string SizeName { get { return sizeName; } set { sizeName = value; } } /// /// 限制规格下限符号 /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("sizeMinSign")] public string SizeMinSign { get { return sizeMinSign; } set { sizeMinSign = value; } } /// /// 限制规格下限 /// [Description("下限值")] [Nullable(true)] [DataLength(10)] [JsonProperty("sizeMin")] public string SizeMin { get { return sizeMin; } set { sizeMin = value; } } /// /// 限制规格上限符号 /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("sizeMaxSign")] public string SizeMaxSign { get { return sizeMaxSign; } set { sizeMaxSign = value; } } /// /// 限制规格上限 /// [Description("上限值")] [Nullable(true)] [DataLength(10)] [JsonProperty("sizeMax")] public string SizeMax { get { return sizeMax; } set { sizeMax = value; } } /// /// 限制规格代码 /// [Description("限制规格")] [Nullable(true)] [DataLength(20)] [JsonProperty("sizeCode2")] public string SizeCode2 { get { return sizeCode2; } set { sizeCode2 = value; } } /// /// 限制规格描述(外径、壁厚、径壁比) /// [Description("限制规格")] [Nullable(true)] [DataLength(50)] [JsonProperty("sizeName2")] public string SizeName2 { get { return sizeName2; } set { sizeName2 = value; } } /// /// 限制规格下限符号 /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("sizeMinSign2")] public string SizeMinSign2 { get { return sizeMinSign2; } set { sizeMinSign2 = value; } } /// /// 限制规格下限 /// [Description("下限值")] [Nullable(true)] [DataLength(10)] [JsonProperty("sizeMin2")] public string SizeMin2 { get { return sizeMin2; } set { sizeMin2 = value; } } /// /// 限制规格上限符号 /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("sizeMaxSign2")] public string SizeMaxSign2 { get { return sizeMaxSign2; } set { sizeMaxSign2 = value; } } /// /// 限制规格上限 /// [Description("上限值")] [Nullable(true)] [DataLength(10)] [JsonProperty("sizeMax2")] public string SizeMax2 { get { return sizeMax2; } set { sizeMax2 = value; } } /// /// 接箍规格代码(接箍专用,与外径壁厚只允许存在其一) /// [Description("接箍规格")] [Nullable(true)] [DataLength(20)] [JsonProperty("specJg")] public string SpecJg { get { return specJg; } set { specJg = value; } } /// /// 接箍规格描述 /// [Description("接箍规格")] [Nullable(true)] [DataLength(100)] [JsonProperty("specJgDesc")] public string SpecJgDesc { get { return specJgDesc; } set { specJgDesc = value; } } /// /// 条件项(1:符合标准时,0:不符合标准时) /// [Description("条件项")] [Nullable(true)] [DataLength(1)] [JsonProperty("addcondition")] public string Addcondition { get { return addcondition; } set { addcondition = value; } } /// /// 附加标准项代码 /// [Description("附加标准项")] [Nullable(true)] [DataLength(20)] [JsonProperty("addstdconCode")] public string AddstdconCode { get { return addstdconCode; } set { addstdconCode = value; } } /// /// 附加标准下限符号 /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("addstdMinSign")] public string AddstdMinSign { get { return addstdMinSign; } set { addstdMinSign = value; } } /// /// 附加标准下限值 /// [Description("下限值")] [Nullable(true)] [DataLength(10)] [JsonProperty("addstdMin")] public string AddstdMin { get { return addstdMin; } set { addstdMin = value; } } /// /// 附加标准上限符号 /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("addstdMaxSign")] public string AddstdMaxSign { get { return addstdMaxSign; } set { addstdMaxSign = value; } } /// /// 附加标准上限值 /// [Description("上限值")] [Nullable(true)] [DataLength(10)] [JsonProperty("addstdMax")] public string AddstdMax { get { return addstdMax; } set { addstdMax = value; } } /// /// 百分比 /// [Description("百分比")] [Nullable(true)] [DataLength(22)] [JsonProperty("addpercent")] public decimal? Addpercent { get { return addpercent; } set { addpercent = value; } } /// /// 标准范围下限符号(二) /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("stdminSign2")] public string StdminSign2 { get { return stdminSign2; } set { stdminSign2 = value; } } /// /// 标准范围下限(二) /// [Description("下限值")] [Nullable(true)] [DataLength(100)] [JsonProperty("stdmin2")] public string Stdmin2 { get { return stdmin2; } set { stdmin2 = value; } } /// /// 标准范围上限符号(二) /// [Description("符号")] [Nullable(true)] [DataLength(2)] [JsonProperty("stdmaxSign2")] public string StdmaxSign2 { get { return stdmaxSign2; } set { stdmaxSign2 = value; } } /// /// 标准范围上限(二) /// [Description("上限值")] [Nullable(true)] [DataLength(100)] [JsonProperty("stdmax2")] public string Stdmax2 { get { return stdmax2; } set { stdmax2 = value; } } /// /// 标准选择分类(4071),二套标准情况下的选择分类 /// [Description("取大/小值")] [Nullable(true)] [DataLength(10)] [JsonProperty("stdChoose")] public string StdChoose { get { return stdChoose; } set { stdChoose = value; } } /// /// 制程号(内控用) /// [Description("制程号(内控用)")] [Nullable(false)] [DataLength(10)] [JsonProperty("mscPline")] public string MscPline { get { return mscPline; } set { mscPline = value; } } /// /// 工序号(内控用) /// [Description("工序号(内控用)")] [Nullable(false)] [DataLength(1)] [JsonProperty("processCode")] public string ProcessCode { get { return processCode; } set { processCode = value; } } /// /// 是否坯样热处理 0否,1是 /// [Description("坯样热处理")] [Nullable(true)] [DataLength(1)] [JsonProperty("billetSample")] public bool? BilletSample { get { return billetSample; } set { billetSample = value; } } /// /// 创建人 /// [Description("创建人")] [Nullable(true)] [DataLength(20)] [JsonProperty("createName")] public string CreateName { get { return createName; } set { createName = value; } } /// /// 创建时间 /// [Description("创建时间")] [Nullable(true)] [JsonProperty("createTime")] public string CreateTime { get { return createTime; } set { createTime = value; } } /// /// 数据来源 '0':冶金规范 1:轧管排产录入 /// [Description("数据来源")] [Nullable(true)] [DataLength(1)] [JsonProperty("craftSource")] public string CraftSource { get { return craftSource; } set { craftSource = value; } } /// /// 修改人 /// [Description("修改人")] [Nullable(true)] [DataLength(20)] [JsonProperty("updateName")] public string UpdateName { get { return updateName; } set { updateName = value; } } /// /// 修改时间 /// [Description("修改时间")] [Nullable(true)] [JsonProperty("updateTime")] public string UpdateTime { get { return updateTime; } set { updateTime = value; } } /// /// 删除人 /// [Description("删除人")] [Nullable(true)] [DataLength(20)] [JsonProperty("deleteName")] public string DeleteName { get { return deleteName; } set { deleteName = value; } } /// /// 删除时间 /// [Description("删除人")] [Nullable(true)] [JsonProperty("deleteTime")] public string DeleteTime { get { return deleteTime; } set { deleteTime = value; } } } }