duheng
2024-09-15 c4d0807d911a3ee09cffaa9942638ea41cd414f6
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; }