duheng
2025-03-28 9be9ba4e159969fb5e32648c2c34e912ccc3ae6d
Service/HStation.Service.Assets.Core/02-model/07-Threelink/AssetsThreelinkMain.cs
@@ -21,7 +21,6 @@
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.RunThroughMinorLoss = rhs.RunThroughMinorLoss;
            this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss;
            this.KeyWords = rhs.KeyWords;
@@ -39,7 +38,6 @@
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.RunThroughMinorLoss = rhs.RunThroughMinorLoss;
            this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss;
            this.KeyWords = rhs.KeyWords;
@@ -71,12 +69,7 @@
        public string Material { get; set; }
        /// <summary>
        /// 系数
        /// </summary>
        public double MinorLoss { get; set; }
        /// <summary>
        /// 运行通过损失系数
        /// 主管通过损失系数
        /// </summary>
        public double? RunThroughMinorLoss { get; set; }