duheng
2024-11-11 53ca1ab0c4a3d35fea83e4dd3dcde40e93428df5
Service/HStation.Service.Assets.Core/02-model/12-Compressor/AssetsCompressorMain.cs
@@ -17,26 +17,24 @@
        public AssetsCompressorMain(AssetsCompressorMain rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
            this.Coefficient = rhs.Coefficient;
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            this.MaterialName = rhs.MaterialName;
            this.SortCode = rhs.SortCode;
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        public void Reset(AssetsCompressorMain rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
            this.Coefficient = rhs.Coefficient;
            this.MaterialName = rhs.MaterialName;
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            this.SortCode = rhs.SortCode;
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -53,27 +51,22 @@
        /// <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 List<string> KeyWord { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }
        /// <summary>
        /// 识别关键字
        /// </summary>
        public string KeyWord { get; set; }
        /// <summary>
        /// 是否默认
        /// </summary>
        public bool IsDefault { get; set; }
        /// <summary>
        /// 说明