Service/HStation.Service.Assets.Core/01-entity/07-Threelink/AssetsThreelinkMain.cs
@@ -22,7 +22,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; @@ -54,12 +53,7 @@ public string Material { get; set; } /// <summary> /// 系数 /// </summary> public double MinorLoss { get; set; } /// <summary> /// 运行通过损失系数 /// 主管通过损失系数 /// </summary> public double? RunThroughMinorLoss { get; set; }