From 26f059f55124470a57554e0941d6be4cc72bbbdc Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 27 三月 2024 17:28:00 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs b/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
index cd998d5..30d8205 100644
--- a/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
+++ b/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
@@ -34,7 +34,7 @@
         /// 濮撳悕
         /// </summary>	
         [Display(Name = "濮撳悕")]
-        [SugarColumn(ColumnDescription = "濮撳悕", Length = 100)]
+        [SugarColumn(ColumnDescription = "濮撳悕", Length = 100, IsNullable = true)]
         public string name { get; set; }
 
         /// <summary>
@@ -47,7 +47,7 @@
         /// 鐢佃瘽鍙风爜
         /// </summary>		
         [Display(Name = "鐢佃瘽鍙风爜")]
-        [SugarColumn(ColumnDescription = "鐢佃瘽鍙风爜", Length = 100)]
+        [SugarColumn(ColumnDescription = "鐢佃瘽鍙风爜", Length = 100, IsNullable = true)]
         public string phone { get; set; }
         /// <summary>
         /// 绮変笣鏁伴噺
@@ -60,20 +60,20 @@
         /// 寰俊鍙�
         /// </summary>	
         [Display(Name = "寰俊鍙�")]
-        [SugarColumn(ColumnDescription = "寰俊鍙�", Length = 100)]
+        [SugarColumn(ColumnDescription = "寰俊鍙�", Length = 100, IsNullable = true)]
         public string weiXin { get; set; }
 
         /// <summary>
         /// 琛屾斂鍖哄煙
         /// </summary>	
         [Display(Name = "琛屾斂鍖哄煙")]
-        [SugarColumn(ColumnDescription = "琛屾斂鍖哄煙锛岀敤锛屽彿鍒嗗壊", Length = 100)]
+        [SugarColumn(ColumnDescription = "琛屾斂鍖哄煙锛岀敤锛屽彿鍒嗗壊", Length = 100, IsNullable = true)]
         public string areaCode { get; set; }
         /// <summary>
         /// 璇︾粏鍦板潃
         /// </summary>	
         [Display(Name = "璇︾粏鍦板潃")]
-        [SugarColumn(ColumnDescription = "璇︾粏鍦板潃")]
+        [SugarColumn(ColumnDescription = "璇︾粏鍦板潃", IsNullable = true)]
         public string address { get; set; }
         /// <summary>
         /// 鎺ㄥ箍璐圭敤
@@ -93,7 +93,14 @@
         /// 杩愯惀缁忕悊
         /// </summary>	
         [Display(Name = "杩愯惀缁忕悊")]
-        [SugarColumn(ColumnDescription = "杩愯惀缁忕悊")]
+        [SugarColumn(ColumnDescription = "杩愯惀缁忕悊", IsNullable = true)]
         public string mangerName { get; set; }
+
+        /// <summary>
+        /// 澶囨敞
+        /// </summary>	
+        [Display(Name = "澶囨敞")]
+        [SugarColumn(ColumnDescription = "澶囨敞",IsNullable =true)]
+        public string reMaker { get; set; }
     }
 }

--
Gitblit v1.9.1