From 2fbf434b439ea3fdd55a587ac853cdbed2788a3e Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 06 三月 2024 15:52:54 +0800
Subject: [PATCH] 经销商关联用户等级完成,修改部分版权后台图片
---
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