From 29045b28aed633b6fc3a5d8644a444c9726b4e17 Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期一, 04 三月 2024 09:12:30 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop

---
 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