duheng
2024-11-11 53ca1ab0c4a3d35fea83e4dd3dcde40e93428df5
Dto/HStation.Dto.Assets.Core/12-Compressor/02-CompressorMain/AssetsCompressorMainDto.cs
@@ -10,12 +10,11 @@
        public AssetsCompressorMainDto(Model.AssetsCompressorMain rhs)
        {
            this.ID = rhs.ID;
            this.MaterialName = rhs.MaterialName;
            this.Coefficient = rhs.Coefficient;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.Description = rhs.Description;
            this.SortCode = rhs.SortCode;
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
        }
@@ -35,17 +34,17 @@
        /// <summary>
        /// 材料
        /// </summary>
        public string MaterialName { get; set; }
        public string Material { get; set; }
        /// <summary>
        /// 系数
        /// </summary>
        public double? Coefficient { get; set; }
        public double? MinorLoss { get; set; }
        /// <summary>
        /// 识别关键字
        /// </summary>
        public string KeyWord { get; set; }
        public List<string> KeyWord { get; set; }
        /// <summary>
        /// 是否默认