From b4d55af6bf131e3af8d28bcca6e704c5c567e07c Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期一, 25 三月 2024 16:22:21 +0800
Subject: [PATCH] 完成博主管理修改
---
CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs b/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
index cd998d5..b51f287 100644
--- a/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
+++ b/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
@@ -95,5 +95,12 @@
[Display(Name = "杩愯惀缁忕悊")]
[SugarColumn(ColumnDescription = "杩愯惀缁忕悊")]
public string mangerName { get; set; }
+
+ /// <summary>
+ /// 澶囨敞
+ /// </summary>
+ [Display(Name = "澶囨敞")]
+ [SugarColumn(ColumnDescription = "澶囨敞",IsNullable =true)]
+ public string reMaker { get; set; }
}
}
--
Gitblit v1.9.1