CoreCms.Net.Model/Entities/Good/CoreCmsGoodsCategoryPartial.cs
@@ -8,7 +8,9 @@ * Description: 暂无 ***********************************************************************/ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using CoreCms.Net.Model.ViewModels.UI; using SqlSugar; namespace CoreCms.Net.Model.Entities @@ -24,5 +26,11 @@ [Display(Name = "类别名称")] [SugarColumn(IsIgnore = true)] public string typeName { get; set; } /// <summary> /// 子树 /// </summary> [SqlSugar.SugarColumn(IsIgnore = true)] public List<CoreCmsGoodsCategory> children { get; set; } } }