From 234e0265fbed611b20f0903bb69fbf0bd5417c1c Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 10 十一月 2025 15:51:22 +0800
Subject: [PATCH] 最新

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Role.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Role.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Role.cs"
index cd54e64..3cebcd9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Role.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Role.cs"
@@ -33,19 +33,19 @@
         /// <summary>
         /// 鏄惁鍚敤
         /// </summary>
-        [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁鍚敤")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁鍚敤")]
         public byte Enable { get; set; }
 
         /// <summary>
         /// 鐖禝D
         /// </summary>
-        [SugarColumn(IsNullable = false, ColumnDescription = "鐖禝D")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "鐖禝D")]
         public int ParentId { get; set; }
 
         /// <summary>
         /// 瑙掕壊鍚嶇О
         /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瑙掕壊鍚嶇О")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瑙掕壊鍚嶇О")]
         public string RoleName { get; set; }
 
         [Navigate(NavigateType.OneToMany, nameof(ParentId), nameof(RoleId)), SugarColumn(IsIgnore = true, IsNullable = true)]

--
Gitblit v1.9.3