| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- using Core.Mes.Client.Comm.Attribute;
- using Newtonsoft.Json;
- using System;
- using System.ComponentModel;
- namespace Core.StlMes.Client.Qcm.model
- {
- /// <summary>
- /// 数据库表COM_BASE_SUPP_APTITUDE所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
- /// 作者:tgcx-test 时间:2016-08-16
- /// </summary>
- public class ComBaseSuppAptitudeEntity
- {
- /// <summary>
- /// 供应商代码
- /// </summary>
- private string suppCode = "";
- /// <summary>
- /// 供应商名称
- /// </summary>
- private string suppName = "";
- /// <summary>
- /// 供应商中文简称
- /// </summary>
- private string suppShortName = "";
- /// <summary>
- /// 证书强制类型
- /// </summary>
- private string certiConstraint = "";
- /// <summary>
- /// 证书发放机构
- /// </summary>
- private string certiOfficer = "";
- /// <summary>
- /// 证书编号
- /// </summary>
- private string certNo = "";
- /// <summary>
- /// 证书类型
- /// </summary>
- private string certType = "";
- /// <summary>
- /// 证书有效期开始
- /// </summary>
- private string certValidStart = "";
- /// <summary>
- /// 证书描述
- /// </summary>
- private string certDesc = "";
- /// <summary>
- /// 序列号
- /// </summary>
- private string id = "";
- /// <summary>
- /// 证书文件名
- /// </summary>
- private string certPath = "";
- /// <summary>
- /// 证书相对路径
- /// </summary>
- private string certPathOld = "";
- /// <summary>
- /// 版本号
- /// </summary>
- private string certNoV = "";
- /// <summary>
- /// 证书有效期截止
- /// </summary>
- private string certValidEnd = "";
- /// <summary>
- /// 供应商代码
- /// </summary>
- [Description("供应商代码")]
- [Nullable(false)]
- [DataLength(64)]
- [JsonProperty("suppCode")]
- public string SuppCode
- {
- get { return suppCode; }
- set { suppCode = value; }
- }
- /// <summary>
- /// 供应商名称
- /// </summary>
- [Description("供应商名称")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppName")]
- public string SuppName
- {
- get { return suppName; }
- set { suppName = value; }
- }
- /// <summary>
- /// 供应商中文简称
- /// </summary>
- [Description("供应商中文简称")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppShortName")]
- public string SuppShortName
- {
- get { return suppShortName; }
- set { suppShortName = value; }
- }
- /// <summary>
- /// 证书强制类型
- /// </summary>
- [Description("证书强制类型")]
- [Nullable(true)]
- [DataLength(64)]
- [JsonProperty("certiConstraint")]
- public string CertiConstraint
- {
- get { return certiConstraint; }
- set { certiConstraint = value; }
- }
- /// <summary>
- /// 证书发放机构
- /// </summary>
- [Description("证书发放机构")]
- [Nullable(true)]
- [DataLength(128)]
- [JsonProperty("certiOfficer")]
- public string CertiOfficer
- {
- get { return certiOfficer; }
- set { certiOfficer = value; }
- }
- /// <summary>
- /// 证书编号
- /// </summary>
- [Description("证书编号")]
- [Nullable(false)]
- [DataLength(200)]
- [JsonProperty("certNo")]
- public string CertNo
- {
- get { return certNo; }
- set { certNo = value; }
- }
- /// <summary>
- /// 证书类型
- /// </summary>
- [Description("证书类型")]
- [Nullable(true)]
- [DataLength(10)]
- [JsonProperty("certType")]
- public string CertType
- {
- get { return certType; }
- set { certType = value; }
- }
- /// <summary>
- /// 证书有效期开始
- /// </summary>
- [Description("证书有效期开始")]
- [Nullable(true)]
- [JsonProperty("certValidStart")]
- public string CertValidStart
- {
- get { return certValidStart; }
- set { certValidStart = value; }
- }
- /// <summary>
- /// 证书描述
- /// </summary>
- [Description("证书描述")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("certDesc")]
- public string CertDesc
- {
- get { return certDesc; }
- set { certDesc = value; }
- }
- /// <summary>
- /// 序列号
- /// </summary>
- [Description("序列号")]
- [Nullable(false)]
- [DataLength(256)]
- [JsonProperty("id")]
- public string Id
- {
- get { return id; }
- set { id = value; }
- }
- /// <summary>
- /// 证书文件名
- /// </summary>
- [Description("证书文件名")]
- [Nullable(true)]
- [DataLength(64)]
- [JsonProperty("certPath")]
- public string CertPath
- {
- get { return certPath; }
- set { certPath = value; }
- }
- /// <summary>
- /// 证书相对路径
- /// </summary>
- [Description("证书相对路径")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("certPathOld")]
- public string CertPathOld
- {
- get { return certPathOld; }
- set { certPathOld = value; }
- }
- /// <summary>
- /// 版本号
- /// </summary>
- [Description("版本号")]
- [Nullable(true)]
- [DataLength(64)]
- [JsonProperty("certNoV")]
- public string CertNoV
- {
- get { return certNoV; }
- set { certNoV = value; }
- }
- /// <summary>
- /// 证书有效期截止
- /// </summary>
- [Description("证书有效期截止")]
- [Nullable(true)]
- [JsonProperty("certValidEnd")]
- public string CertValidEnd
- {
- get { return certValidEnd; }
- set { certValidEnd = value; }
- }
- }
- }
|