duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeVmo.cs
@@ -1,4 +1,5 @@
using Yw.Vmo;
using SqlSugar;
using Yw.Vmo;
namespace HStation.Vmo
{
@@ -12,9 +13,10 @@
        public string Name { get; set; }
        /// <summary>
        /// 所属类型ID
        /// 父级id列表(版本控制)
        /// </summary>
        public long BelongTypeID { get; set; }
        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
        public List<long> ParentIds { get; set; }
        /// <summary>
        /// 排序码