From c8f9d5977cc950592f0ccfea01237eccde506350 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期一, 04 三月 2024 09:12:21 +0800 Subject: [PATCH] no message --- CoreCms.Net.Model/Entities/Good/CoreCmsGoods.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Model/Entities/Good/CoreCmsGoods.cs b/CoreCms.Net.Model/Entities/Good/CoreCmsGoods.cs index df75e85..2c124d9 100644 --- a/CoreCms.Net.Model/Entities/Good/CoreCmsGoods.cs +++ b/CoreCms.Net.Model/Entities/Good/CoreCmsGoods.cs @@ -251,6 +251,10 @@ [Display(Name = "鍒濆閿�閲�")] [Required(ErrorMessage = "璇疯緭鍏0}")] public int initialSales { get; set; } - + /// <summary> + /// 鍖哄煙浠g爜 + /// </summary> + [SugarColumn(ColumnDescription = "鍖哄煙浠g爜")] + public string areaCode { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1