From 45c6d6e44e9e8428718fc635d71e0869556da2c3 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 20 五月 2024 15:36:53 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.Model/Entities/Good/CoreCmsGoodsCategoryPartial.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/CoreCms.Net.Model/Entities/Good/CoreCmsGoodsCategoryPartial.cs b/CoreCms.Net.Model/Entities/Good/CoreCmsGoodsCategoryPartial.cs
index 1f34163..e591063 100644
--- a/CoreCms.Net.Model/Entities/Good/CoreCmsGoodsCategoryPartial.cs
+++ b/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; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1