| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- using Core.Mes.Client.Comm.Attribute;
- using Newtonsoft.Json;
- using System;
- using System.ComponentModel;
- namespace Core.StlMes.Client.Qcm.model
- {
- /// <summary>
- /// 数据库表COM_MSC_PHY_SPLINE所对应的实体类(生成工具:代码生成工具1.0.0.0)
- /// 作者:Chenxi-PC2 时间:2016-04-21
- /// </summary>
- public class ComMscPhySplineEntity
- {
- /// <summary>
- /// 材质标准索引号
- /// </summary>
- private string pic = "";
- /// <summary>
- /// 取样码
- /// </summary>
- private string phyCodeMin = "";
- /// <summary>
- /// 取样码描述
- /// </summary>
- private string phyNameMin = "";
- /// <summary>
- /// 试样索引号(COM_BASE_SPLINE)
- /// </summary>
- private string eic = "";
- /// <summary>
- /// 创建人
- /// </summary>
- private string createName = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 修改人
- /// </summary>
- private string updateName = "";
- /// <summary>
- /// 修改时间
- /// </summary>
- private string updateTime = "";
- /// <summary>
- /// 删除人
- /// </summary>
- private string deleteName = "";
- /// <summary>
- /// 删除时间
- /// </summary>
- private string deleteTime = "";
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- private string validflag = "";
- /// <summary>
- /// 备注
- /// </summary>
- private string memo = "";
- private string sampleKey = "";
- [JsonProperty("sampleKey")]
- public string SampleKey
- {
- get { return sampleKey; }
- set { sampleKey = value; }
- }
- private string sampleKeyDesc = "";
- [JsonProperty("sampleKeyDesc")]
- public string SampleKeyDesc
- {
- get { return sampleKeyDesc; }
- set { sampleKeyDesc = value; }
- }
- private string itemCodeF = "";
- [JsonProperty("itemCodeF")]
- public string ItemCodeF
- {
- get { return itemCodeF; }
- set { itemCodeF = value; }
- }
- private string itemCodeC = "";
- [JsonProperty("itemCodeC")]
- public string ItemCodeC
- {
- get { return itemCodeC; }
- set { itemCodeC = value; }
- }
- private string itemCodeW = "";
- [JsonProperty("itemCodeW")]
- public string ItemCodeW
- {
- get { return itemCodeW; }
- set { itemCodeW = value; }
- }
- private string itemNameF = "";
- [JsonProperty("itemNameF")]
- public string ItemNameF
- {
- get { return itemNameF; }
- set { itemNameF = value; }
- }
- private string itemNameW = "";
- [JsonProperty("itemNameW")]
- public string ItemNameW
- {
- get { return itemNameW; }
- set { itemNameW = value; }
- }
- private string itemNameC = "";
- [JsonProperty("itemNameC")]
- public string ItemNameC
- {
- get { return itemNameC; }
- set { itemNameC = value; }
- }
- /// <summary>
- /// 材质标准索引号
- /// </summary>
- [Description("材质标准索引号")]
- [Nullable(false)]
- [DataLength(20)]
- [JsonProperty("pic")]
- public string Pic
- {
- get { return pic; }
- set { pic = value; }
- }
- /// <summary>
- /// 取样码
- /// </summary>
- [Description("取样码")]
- [Nullable(false)]
- [DataLength(5)]
- [JsonProperty("phyCodeMin")]
- public string PhyCodeMin
- {
- get { return phyCodeMin; }
- set { phyCodeMin = value; }
- }
- /// <summary>
- /// 取样码描述
- /// </summary>
- [Description("取样码描述")]
- [Nullable(true)]
- [DataLength(100)]
- [JsonProperty("phyNameMin")]
- public string PhyNameMin
- {
- get { return phyNameMin; }
- set { phyNameMin = value; }
- }
- /// <summary>
- /// 试样索引号(COM_BASE_SPLINE)
- /// </summary>
- [Description("试样索引号(COM_BASE_SPLINE)")]
- [Nullable(false)]
- [DataLength(8)]
- [JsonProperty("eic")]
- public string Eic
- {
- get { return eic; }
- set { eic = value; }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- [Description("创建人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("createName")]
- public string CreateName
- {
- get { return createName; }
- set { createName = value; }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("创建时间")]
- [Nullable(true)]
- [JsonProperty("createTime")]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 修改人
- /// </summary>
- [Description("修改人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("updateName")]
- public string UpdateName
- {
- get { return updateName; }
- set { updateName = value; }
- }
- /// <summary>
- /// 修改时间
- /// </summary>
- [Description("修改时间")]
- [Nullable(true)]
- [JsonProperty("updateTime")]
- public string UpdateTime
- {
- get { return updateTime; }
- set { updateTime = value; }
- }
- /// <summary>
- /// 删除人
- /// </summary>
- [Description("删除人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("deleteName")]
- public string DeleteName
- {
- get { return deleteName; }
- set { deleteName = value; }
- }
- /// <summary>
- /// 删除时间
- /// </summary>
- [Description("删除时间")]
- [Nullable(true)]
- [JsonProperty("deleteTime")]
- public string DeleteTime
- {
- get { return deleteTime; }
- set { deleteTime = value; }
- }
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- [Description("有效标志(1:有效,0:无效)")]
- [Nullable(false)]
- [DataLength(1)]
- [JsonProperty("validflag")]
- public string Validflag
- {
- get { return validflag; }
- set { validflag = value; }
- }
- /// <summary>
- /// 备注
- /// </summary>
- [Description("备注")]
- [Nullable(true)]
- [DataLength(500)]
- [JsonProperty("memo")]
- public string Memo
- {
- get { return memo; }
- set { memo = value; }
- }
- }
- }
|