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> /// 排序码