duheng
2024-11-11 53ca1ab0c4a3d35fea83e4dd3dcde40e93428df5
Dto/HStation.Dto.Assets.Core/12-Compressor/02-CompressorMain/AddAssetsCompressorMainInput.cs
@@ -8,14 +8,13 @@
        public AddAssetsCompressorMainInput(Model.AssetsCompressorMain rhs)
        {
            this.ID = rhs.ID;
            this.Coefficient = rhs.Coefficient;
            this.MaterialName = rhs.MaterialName;
            this.MinorLoss = rhs.MinorLoss;
            this.Material = rhs.Material;
            this.Name = rhs.Name;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.KeyWord = rhs.KeyWord;
            this.SeriesID = rhs.SeriesID;
            this.IsDefault = rhs.IsDefault;
        }
        public long ID { get; set; }
@@ -33,22 +32,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; }
        /// <summary>
        /// 是否默认
        /// </summary>
        public bool IsDefault { get; set; }
        public List<string> KeyWord { get; set; }
        /// <summary>
        /// 排序码