From 177aa6f1c4601e4fb34aff04c4e328c98b489888 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 07 八月 2025 10:17:14 +0800 Subject: [PATCH] fix:bug --- FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs b/FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs index 45452a1..3bfb217 100644 --- a/FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs +++ b/FlexJobApi.Core/Models/User/Roles/Commands/SaveRoleCommand.cs @@ -10,6 +10,7 @@ /// <summary> /// 淇濆瓨瑙掕壊 /// </summary> + [Resource([EnumResourceController.Role])] public class SaveRoleCommand : IRequest<Guid> { public SaveRoleCommand() @@ -44,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