Dto/HStation.Dto.Assets.Core/01-ValveManage/01-ValveSeries/ValveSeriesDto.cs
@@ -1,4 +1,5 @@ using Yw.Model; using HStation.Service.Assets; using Yw.Model; namespace HStation.Dto.Assets { @@ -16,6 +17,7 @@ this.Flags = rhs.Flags; this.TagName = rhs.TagName; this.UseStatus = rhs.UseStatus; this.Type = rhs.Type; this.SortCode = rhs.SortCode; this.Description = rhs.Description; } @@ -56,6 +58,11 @@ public string Description { get; set; } /// <summary> /// 类型 /// </summary> public eValveSeriesType Type { get; set; } /// <summary> /// 排序码 /// </summary> public int SortCode { get; set; }