Dto/HStation.Dto.Assets.Core/01-Valve/01-ValveSeries/ValveSeriesDto.cs
@@ -9,7 +9,7 @@ public AssetsValveSeriesDto(Model.AssetsValveSeries rhs) { this.ID = rhs.ID; this.ParentIds = rhs.ParentIds; this.ParentID = rhs.ParentIds.LastOrDefault(); this.CatalogID = rhs.CatalogID; this.Name = rhs.Name; this.Paras = rhs.Paras; @@ -25,9 +25,10 @@ public long ID { get; set; } /// <summary> /// 父级ID /// 父级id /// </summary> public List<long> ParentIds { get; set; } [Required] public long ParentID { get; set; } /// <summary> /// 所属类别ID