From 350aa66d4818f85f042cb2d399691209dc97b97e Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期三, 06 八月 2025 14:46:54 +0800 Subject: [PATCH] feat:字典开发 --- FlexJobApi.Core/Models/User/Menus/Commands/SaveMenuCommand.cs | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/FlexJobApi.Core/Models/User/Menus/Commands/SaveMenuCommand.cs b/FlexJobApi.Core/Models/User/Menus/Commands/SaveMenuCommand.cs index b9fc1dc..8322094 100644 --- a/FlexJobApi.Core/Models/User/Menus/Commands/SaveMenuCommand.cs +++ b/FlexJobApi.Core/Models/User/Menus/Commands/SaveMenuCommand.cs @@ -1,5 +1,4 @@ -锘縰sing FlexJobApi.Core.Models; -using MediatR; +锘縰sing MediatR; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; @@ -12,17 +11,13 @@ /// <summary> /// 淇濆瓨鑿滃崟 /// </summary> - public class SaveMenuCommand : IRequest<Guid> + [Resource([EnumResourceController.Menu])] + public class SaveMenuCommand : SaveDataCommand { public SaveMenuCommand() { Groups = []; } - - /// <summary> - /// Id - /// </summary> - public Guid? Id { get; set; } /// <summary> /// 鐢ㄦ埛绫诲瀷 -- Gitblit v1.9.1