Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-Main/UpdateThreeLinkMainInput.cs
@@ -1,6 +1,4 @@ using System.ComponentModel.DataAnnotations; namespace HStation.Dto.Assets namespace HStation.Dto.Assets { public class UpdateAssetsThreelinkMainInput { @@ -31,12 +29,7 @@ public string Material { get; set; } /// <summary> /// 系数 /// </summary> public double MinorLoss { get; set; } /// <summary> /// 运行通过损失系数 /// 主管通过损失系数 /// </summary> public double? RunThroughMinorLoss { get; set; }