From b4943813a032976e0febdd7f22d8bcf084e331c5 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 07 八月 2025 14:47:36 +0800
Subject: [PATCH] feat:字典开发

---
 FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs b/FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs
index 5b498c5..3bfb217 100644
--- a/FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs
+++ b/FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs
@@ -45,6 +45,16 @@
         public int MinLevel { get; set; }
 
         /// <summary>
+        /// 鏁版嵁鏉冮檺
+        /// </summary>
+        public EnumRoleWebApiDataPower DataPower { get; set; }
+
+        /// <summary>
+        /// 澶囨敞
+        /// </summary>
+        public string Remark { get; set; }
+
+        /// <summary>
         /// 鑿滃崟Id
         /// </summary>
         public List<Guid> MenuIds { get; set; }

--
Gitblit v1.9.1