duheng
2024-12-05 b26ae60e85d4a03a2426e6607e7afe89e1c10a5f
Service/HStation.Service.Assets.Core/01-entity/12-Compressor/AssetsCompressorCoefficient.cs
@@ -18,19 +18,23 @@
        public AssetsCompressorCoefficient(AssetsCompressorCoefficient rhs)
        {
            this.ID = rhs.ID;
            this.MainID = rhs.MainID;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.MinorLossCurve = rhs.MinorLossCurve;
        }
        public void Reset(AssetsCompressorCoefficient rhs)
        {
            this.ID = rhs.ID;
            this.MainID = rhs.MainID;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.MinorLossCurve = rhs.MinorLossCurve;
        }
        /// <summary>
@@ -39,6 +43,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 型号ID
        /// </summary>
        public long MainID { get; set; }
        /// <summary>
        /// 口径
        /// </summary>
        public double? Caliber { get; set; }