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 ¸´ÖÆ |
| | |
| | | using System.ComponentModel.DataAnnotations; |
| | | using SqlSugar; |
| | | using System.ComponentModel.DataAnnotations; |
| | | |
| | | namespace HStation.Dto.Assets |
| | | { |
| | | public class UpdateAssetsFourlinkCoefficientInput |
| | | public class UpdateAssetsFourlinkFactorInput |
| | | { |
| | | /// <summary> |
| | | /// id |
| | |
| | | /// å±é»ç³»æ° |
| | | /// </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; } |
| | | } |
| | | } |