lixiaojun
2024-02-29 6f7122d26270d9a830ab55e4034aaecbe68f8700
IStation.Application.SqiAirp/03-certificate/2-std/dto/CertificateStdDto.cs
@@ -16,15 +16,16 @@
        public CertificateStdDto(Model.Certificate rhs)
        {
            this.ID = rhs.ID;
            this.ManufacturerName = rhs.ManufacturerName;
            this.UseName = rhs.UseName;
            this.CertificateNO = rhs.CertificateNO;
            this.AirpSiteName = rhs.AirpSiteName;
            this.MainEquipmentModels = rhs.MainEquipmentModels;
            this.BuilderName = rhs.BuilderName;
            this.DesignerName = rhs.DesignerName;
            this.UserName = rhs.UserName;
            this.CertificateNO = rhs.CertificateNO;
            this.EtaLevel = rhs.EtaLevel;
            this.TestingUnitName = rhs.TestingUnitName;
            this.IssuingUnitName = rhs.IssuingUnitName;
            this.IssuanceDay = rhs.IssuanceDay;
            this.IssuanceTime = rhs.IssuanceTime;
            this.MainEquipmentModels = rhs.MainEquipmentModels;
            this.TestingName = rhs.TestingName;
            this.IssuingName = rhs.IssuingName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -35,14 +36,24 @@
        public long ID { get; set; }
        /// <summary>
        /// 生产企业名称
        /// 空压站名称
        /// </summary>
        public string ManufacturerName { get; set; }
        public string AirpSiteName { get; set; }
        /// <summary>
        /// 用户名称
        /// 空压站建设单位
        /// </summary>
        public string UseName { get; set; }
        public string BuilderName { get; set; }
        /// <summary>
        /// 空压站设计单位
        /// </summary>
        public string DesignerName { get; set; }
        /// <summary>
        /// 空压站所属单位
        /// </summary>
        public string UserName { get; set; }
        /// <summary>
        /// 证书编号
@@ -50,9 +61,14 @@
        public string CertificateNO { get; set; }
        /// <summary>
        /// 压缩空气站名称
        /// 能效等级
        /// </summary>
        public string AirpSiteName { get; set; }
        public string EtaLevel { get; set; }
        /// <summary>
        /// 认定时间
        /// </summary>
        public DateTime IssuanceTime { get; set; }
        /// <summary>
        /// 主要设备型号
@@ -60,24 +76,14 @@
        public string MainEquipmentModels { get; set; }
        /// <summary>
        /// 能效等级
        /// 检测单位
        /// </summary>
        public string EtaLevel { get; set; }
        public string TestingName { get; set; }
        /// <summary>
        /// 检测单位名称
        /// 发证单位
        /// </summary>
        public string TestingUnitName { get; set; }
        /// <summary>
        /// 发证单位名称
        /// </summary>
        public string IssuingUnitName { get; set; }
        /// <summary>
        /// 发证日期
        /// </summary>
        public DateTime IssuanceDay { get; set; }
        public string IssuingName { get; set; }
        /// <summary>
        /// 排序码