CoreCms.Net.Model/Entities/Good/CoreCmsProductsPartial.cs
@@ -150,5 +150,12 @@ [Display(Name = "商品分类")] [SugarColumn(IsIgnore = true)] public string Category { get; set; } /// <summary> /// 商品分类ID /// </summary> [Display(Name = "商品分类ID")] [SugarColumn(IsIgnore = true)] public int? CategoryID { get; set; } } }