From f326d51f25a45b57e7b8929976f28daa53ccaca3 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 02 四月 2024 13:36:37 +0800
Subject: [PATCH] 提交

---
 CoreCms.Net.Model/Entities/User/CoreCmsUser.cs |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/CoreCms.Net.Model/Entities/User/CoreCmsUser.cs b/CoreCms.Net.Model/Entities/User/CoreCmsUser.cs
index 19d9e9e..e7090f3 100644
--- a/CoreCms.Net.Model/Entities/User/CoreCmsUser.cs
+++ b/CoreCms.Net.Model/Entities/User/CoreCmsUser.cs
@@ -1,12 +1,13 @@
 /***********************************************************************
- *            Project: CoreCms
+ *            Project: baifenBinfa
  *        ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺                               
- *                Web: hhtp://chuanyin.com                     
+ *                Web: http://chuanyin.com                     
  *             Author:                                        
- *              Email: jianweie@163.com
+ *              Email: 34161541@qq.com
  *         CreateTime: 2021-06-08 22:14:59
  *        Description: 鏆傛棤
-***********************************************************************/ 
+***********************************************************************/
+using Chuanyin.Attribute;
 using SqlSugar;
 using System.ComponentModel.DataAnnotations;
 
@@ -16,6 +17,7 @@
     /// 鐢ㄦ埛琛�
     /// </summary>
     [SugarTable("CoreCmsUser",TableDescription = "鐢ㄦ埛琛�")]
+    [SqlCodeFirst]
     public partial class CoreCmsUser
     {
         /// <summary>
@@ -135,6 +137,15 @@
         [SugarColumn(ColumnDescription = "鍏宠仈涓夋柟璐︽埛")]
         [Required(ErrorMessage = "璇疯緭鍏0}")]
         public System.Int32 userWx { get; set; }
+
+
+        /// <summary>
+        /// 鏄惁鏄帹骞夸汉鍛�
+        /// </summary>
+        [Display(Name = "鏄惁鏄帹骞夸汉鍛�")]
+        [SugarColumn(ColumnDescription = "鏄惁鏄帹骞夸汉鍛�",IsNullable =true)]
+        [Required(ErrorMessage = "璇疯緭鍏0}")]
+        public bool? IsBaifenPromotion { get; set; }
         /// <summary>
         /// 鍒犻櫎鏍囧織 鏈夋暟鎹氨鏄垹闄�
         /// </summary>

--
Gitblit v1.9.1