Dto/HStation.Dto.Assets.Core/08-Sprinkler/01-SprinklerMain/AssetsSprinklerMainDto.cs
@@ -10,16 +10,17 @@ public AssetsSprinklerMainDto(Model.AssetsSprinklerMain rhs) { this.ID = rhs.ID; this.Name = rhs.Name; this.Material = rhs.Material; this.Caliber = rhs.Caliber; this.MinorLoss = rhs.MinorLoss; this.Description = rhs.Description; this.SortCode = rhs.SortCode; this.KeyWord = rhs.KeyWord; this.SeriesID = rhs.SeriesID; this.Angle = rhs.Angle; this.FlowMinorLoss = rhs.FlowMinorLoss; } this.SortCode = rhs.SortCode; this.Description = rhs.Description; } public long ID { get; set; }