| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- using Core.Mes.Client.Comm.Attribute;
- using Newtonsoft.Json;
- using System;
- using System.ComponentModel;
- namespace Core.StlMes.Client.Judge.Models
- {
- /// <summary>
- /// 数据库表CRAFT_ORD_DESIGN_STD所对应的实体类(生成工具:代码生成工具1.0.0.0)
- /// 作者:tgcx-test 时间:2016-05-11
- /// </summary>
- public class CraftOrdDesignStdEntity
- {
- /// <summary>
- /// DESGIN_KEY
- /// </summary>
- private string desginKey = "";
- /// <summary>
- /// 成分标准索引号(CICN000001)
- /// </summary>
- private string cic = "";
- /// <summary>
- /// 材质标准索引号
- /// </summary>
- private string pic = "";
- /// <summary>
- /// 公差标准索引号
- /// </summary>
- private string sic = "";
- /// <summary>
- /// 探伤索引号
- /// </summary>
- private string dic = "";
- /// <summary>
- /// 水压索引码
- /// </summary>
- private string wic = "";
- /// <summary>
- /// 加工索引号
- /// </summary>
- private string gic = "";
- /// <summary>
- /// 熔炼成分套数
- /// </summary>
- private decimal? smeltingCnt = null;
- /// <summary>
- /// 成品成分套数
- /// </summary>
- private decimal? productCnt = null;
- /// <summary>
- /// 成分标准索引号(客户要求)
- /// </summary>
- private string cicN = "";
- /// <summary>
- /// 材质标准索引号(客户要求)
- /// </summary>
- private string picN = "";
- /// <summary>
- /// 公差标准索引号(客户要求)
- /// </summary>
- private string sicN = "";
- /// <summary>
- /// 探伤索引号(客户要求)
- /// </summary>
- private string dicN = "";
- /// <summary>
- /// 水压索引码(客户要求)
- /// </summary>
- private string wicN = "";
- /// <summary>
- /// 加工索引号(客户要求)
- /// </summary>
- private string gicN = "";
- /// <summary>
- /// 熔炼成分套数(客户要求)
- /// </summary>
- private decimal? smeltingCntN = null;
- /// <summary>
- /// 成品成分套数(客户要求)
- /// </summary>
- private decimal? productCntN = null;
- /// <summary>
- /// DESGIN_KEY
- /// </summary>
- [Description("DESGIN_KEY")]
- [Nullable(false)]
- [DataLength(40)]
- [JsonProperty("desginKey")]
- public string DesginKey
- {
- get { return desginKey; }
- set { desginKey = value; }
- }
- /// <summary>
- /// 成分标准索引号(CICN000001)
- /// </summary>
- [Description("成分标准索引号(CICN000001)")]
- [Nullable(true)]
- [DataLength(10)]
- [JsonProperty("cic")]
- public string Cic
- {
- get { return cic; }
- set { cic = value; }
- }
- /// <summary>
- /// 材质标准索引号
- /// </summary>
- [Description("材质标准索引号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("pic")]
- public string Pic
- {
- get { return pic; }
- set { pic = value; }
- }
- /// <summary>
- /// 公差标准索引号
- /// </summary>
- [Description("公差标准索引号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("sic")]
- public string Sic
- {
- get { return sic; }
- set { sic = value; }
- }
- /// <summary>
- /// 探伤索引号
- /// </summary>
- [Description("探伤索引号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("dic")]
- public string Dic
- {
- get { return dic; }
- set { dic = value; }
- }
- /// <summary>
- /// 水压索引码
- /// </summary>
- [Description("水压索引码")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("wic")]
- public string Wic
- {
- get { return wic; }
- set { wic = value; }
- }
- /// <summary>
- /// 加工索引号
- /// </summary>
- [Description("加工索引号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("gic")]
- public string Gic
- {
- get { return gic; }
- set { gic = value; }
- }
- /// <summary>
- /// 熔炼成分套数
- /// </summary>
- [Description("熔炼成分套数")]
- [Nullable(true)]
- [DataLength(2)]
- [JsonProperty("smeltingCnt")]
- public decimal? SmeltingCnt
- {
- get { return smeltingCnt; }
- set { smeltingCnt = value; }
- }
- /// <summary>
- /// 成品成分套数
- /// </summary>
- [Description("成品成分套数")]
- [Nullable(true)]
- [DataLength(2)]
- [JsonProperty("productCnt")]
- public decimal? ProductCnt
- {
- get { return productCnt; }
- set { productCnt = value; }
- }
- /// <summary>
- /// 成分标准索引号(客户要求)
- /// </summary>
- [Description("成分标准索引号(客户要求)")]
- [Nullable(true)]
- [DataLength(10)]
- [JsonProperty("cicN")]
- public string CicN
- {
- get { return cicN; }
- set { cicN = value; }
- }
- /// <summary>
- /// 材质标准索引号(客户要求)
- /// </summary>
- [Description("材质标准索引号(客户要求)")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("picN")]
- public string PicN
- {
- get { return picN; }
- set { picN = value; }
- }
- /// <summary>
- /// 公差标准索引号(客户要求)
- /// </summary>
- [Description("公差标准索引号(客户要求)")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("sicN")]
- public string SicN
- {
- get { return sicN; }
- set { sicN = value; }
- }
- /// <summary>
- /// 探伤索引号(客户要求)
- /// </summary>
- [Description("探伤索引号(客户要求)")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("dicN")]
- public string DicN
- {
- get { return dicN; }
- set { dicN = value; }
- }
- /// <summary>
- /// 水压索引码(客户要求)
- /// </summary>
- [Description("水压索引码(客户要求)")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("wicN")]
- public string WicN
- {
- get { return wicN; }
- set { wicN = value; }
- }
- /// <summary>
- /// 加工索引号(客户要求)
- /// </summary>
- [Description("加工索引号(客户要求)")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("gicN")]
- public string GicN
- {
- get { return gicN; }
- set { gicN = value; }
- }
- /// <summary>
- /// 熔炼成分套数(客户要求)
- /// </summary>
- [Description("熔炼成分套数(客户要求)")]
- [Nullable(true)]
- [DataLength(2)]
- [JsonProperty("smeltingCntN")]
- public decimal? SmeltingCntN
- {
- get { return smeltingCntN; }
- set { smeltingCntN = value; }
- }
- /// <summary>
- /// 成品成分套数(客户要求)
- /// </summary>
- [Description("成品成分套数(客户要求)")]
- [Nullable(true)]
- [DataLength(2)]
- [JsonProperty("productCntN")]
- public decimal? ProductCntN
- {
- get { return productCntN; }
- set { productCntN = value; }
- }
- }
- }
|