From f87ea6675b5899d045a243fdd6510f47201e7e11 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期二, 26 三月 2024 09:25:41 +0800 Subject: [PATCH] no message --- CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs b/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs index b51f287..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,7 @@ /// 杩愯惀缁忕悊 /// </summary> [Display(Name = "杩愯惀缁忕悊")] - [SugarColumn(ColumnDescription = "杩愯惀缁忕悊")] + [SugarColumn(ColumnDescription = "杩愯惀缁忕悊", IsNullable = true)] public string mangerName { get; set; } /// <summary> -- Gitblit v1.9.1