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_GIC所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/) /// 作者:tgcx-test 时间:2017-01-11 /// public class CraftOrdDesignStdGicEntity { /// /// DESGIN_KEY /// private string desginKey = ""; /// /// 加工索引号 /// private string gic = ""; /// /// 协议或Alpha代码(用途码) /// private string useCode = ""; /// /// 协议或Alpha描述(用途描述) /// private string useDesc = ""; /// /// 是否特殊要求(0:交付标准;1:特殊要求;2:内控标准) /// private string speclFl = ""; /// /// 序号 /// private decimal? xh = null; /// /// 工序代码 /// private string processCdoe = ""; /// /// 工序名称 /// private string processDesc = ""; /// /// 二级工序代码 /// private string processCdoeC = ""; /// /// 二级工序名称 /// private string processDescC = ""; /// /// 工序点代码(工序='加工线' and工序点类型='403208') /// private string stationCode = ""; /// /// 工序点名称 /// private string stationDesc = ""; /// /// 值(文本型的) /// private string valueText = ""; /// /// 值(数值型的) /// private decimal? valueNum = null; /// /// 值(对值的追加说明) /// private string valueMemo = ""; /// /// 分组索引号(同一分组的为多选一项) /// private string groupSeq = ""; /// /// 备注 /// private string memo = ""; /// /// 制程号(内控用) /// private string mscPline = ""; /// /// 工序号(内控用) /// private string processCode = ""; /// /// 创建人 /// 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 processCodeC = ""; private bool? chk = false; /// /// 选择 /// [Description("选择")] public bool? Chk { get { return chk; } set { chk = value; } } /// /// 二级工序 /// [Description("二级工序")] public string ProcessCodeC { get { return processCodeC; } set { processCodeC = value; } } private string processDescC2 = ""; /// /// 二级工序 /// [Description("二级工序")] public string ProcessDescC2 { get { return processDescC2; } set { processDescC2 = 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("gic")] public string Gic { get { return gic; } set { gic = 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("xh")] public decimal? Xh { get { return xh; } set { xh = value; } } /// /// 工序代码 /// [Description("工序")] [Nullable(true)] [DataLength(8)] [JsonProperty("processCdoe")] public string ProcessCdoe { get { return processCdoe; } set { processCdoe = value; } } /// /// 工序名称 /// [Description("工序名称")] [Nullable(true)] [DataLength(50)] [JsonProperty("processDesc")] public string ProcessDesc { get { return processDesc; } set { processDesc = value; } } /// /// 二级工序代码 /// [Description("二级工序")] [Nullable(true)] [DataLength(8)] [JsonProperty("processCdoeC")] public string ProcessCdoeC { get { return processCdoeC; } set { processCdoeC = value; } } /// /// 二级工序名称 /// [Description("二级工序")] [Nullable(true)] [DataLength(50)] [JsonProperty("processDescC")] public string ProcessDescC { get { return processDescC; } set { processDescC = value; } } /// /// 工序点代码(工序='加工线' and工序点类型='403208') /// [Description("工序点")] [Nullable(true)] [DataLength(10)] [JsonProperty("stationCode")] public string StationCode { get { return stationCode; } set { stationCode = value; } } /// /// 工序点名称 /// [Description("工序点")] [Nullable(true)] [DataLength(50)] [JsonProperty("stationDesc")] public string StationDesc { get { return stationDesc; } set { stationDesc = value; } } /// /// 值(文本型的) /// [Description("文本值")] [Nullable(true)] [DataLength(200)] [JsonProperty("valueText")] public string ValueText { get { return valueText; } set { valueText = value; } } /// /// 值(数值型的) /// [Description("数值")] [Nullable(true)] [DataLength(22)] [JsonProperty("valueNum")] public decimal? ValueNum { get { return valueNum; } set { valueNum = value; } } /// /// 值(对值的追加说明) /// [Description("数值说明")] [Nullable(true)] [DataLength(500)] [JsonProperty("valueMemo")] public string ValueMemo { get { return valueMemo; } set { valueMemo = value; } } /// /// 分组索引号(同一分组的为多选一项) /// [Description("分组索引号")] [Nullable(true)] [DataLength(6)] [JsonProperty("groupSeq")] public string GroupSeq { get { return groupSeq; } set { groupSeq = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(500)] [JsonProperty("memo")] public string Memo { get { return memo; } set { memo = 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; } } /// /// 创建人 /// [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; } } } }