From f12b337fd0a9273cb982cbc09e3be43a4e078ffc Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 22 八月 2025 14:16:48 +0800 Subject: [PATCH] fix: s --- FlexJobApi.Core/Models/CommonServer/LogRecords/Commands/ResendResourceCommand.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/Models/CommonServer/LogRecords/Commands/ResendResourceCommand.cs b/FlexJobApi.Core/Models/CommonServer/LogRecords/Commands/ResendResourceCommand.cs index 4ae2ae2..483fa5e 100644 --- a/FlexJobApi.Core/Models/CommonServer/LogRecords/Commands/ResendResourceCommand.cs +++ b/FlexJobApi.Core/Models/CommonServer/LogRecords/Commands/ResendResourceCommand.cs @@ -10,7 +10,7 @@ /// <summary> /// 閲嶆柊鍙戦�佽祫婧� /// </summary> - [Resource([EnumResourceController.LogRecords])] + [Resource([EnumResourceController.CommonServerLogRecords])] public class ResendResourceCommand : IRequest<string> { /// <summary> -- Gitblit v1.9.1