Dto/HStation.Dto.Assets.Core/01-ValveManage/01-ValveSeries/AddValveSeriesInput.cs
@@ -1,4 +1,5 @@ using Yw.Model; using HStation.Service.Assets; using Yw.Model; namespace HStation.Dto.Assets { @@ -35,6 +36,11 @@ public string Description { get; set; } /// <summary> /// 类型 /// </summary> public eValveSeriesType Type { get; set; } /// <summary> /// 排序码 /// </summary> public int SortCode { get; set; }