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/CoreCmsProductsPartial.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.Model/Entities/Good/CoreCmsProductsPartial.cs b/CoreCms.Net.Model/Entities/Good/CoreCmsProductsPartial.cs index 92c4a3a..9ee21df 100644 --- a/CoreCms.Net.Model/Entities/Good/CoreCmsProductsPartial.cs +++ b/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; } } } \ No newline at end of file -- Gitblit v1.9.1