| | |
| | | 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; |
| | | } |
| | |
| | | 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> |
| | | /// 证书编号 |
| | |
| | | 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> |
| | | /// 主要设备型号 |
| | |
| | | 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> |
| | | /// 排序码 |