移动系统liao
2024-05-20 45c6d6e44e9e8428718fc635d71e0869556da2c3
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; }
    }
}