duheng
2024-12-24 0e33247236d4ac46f1a75802f53dd6c612301cff
Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkFactorInput.cs
copy from Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkCoefficientInput.cs copy to Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkFactorInput.cs
Îļþ´Ó Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkCoefficientInput.cs ¸´ÖÆ
@@ -1,8 +1,9 @@
using System.ComponentModel.DataAnnotations;
using SqlSugar;
using System.ComponentModel.DataAnnotations;
namespace HStation.Dto.Assets
{
    public class UpdateAssetsFourlinkCoefficientInput
    public class UpdateAssetsFourlinkFactorInput
    {
        /// <summary>
        /// id
@@ -29,5 +30,16 @@
        /// å±€é˜»ç³»æ•°
        /// </summary>
        public double MinorLoss { get; set; }
        /// <summary>
        /// æŽ’序码
        /// </summary>
        public int SortCode { get; set; }
        /// <summary>
        /// è¯´æ˜Ž
        /// </summary>
        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
        public string Description { get; set; }
    }
}