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