Shuxia Ning
2025-01-17 a0bce3b366451b3ca94e676eb98dd7b415375c14
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; }