From a59e5d99a77fcb152e6fe49df78f69cb5fd6c5a0 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 19 八月 2025 15:58:10 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/CommonServer/LogRecords/Commands/ResendResourceCommand.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/Models/CommonServer/LogRecords/Commands/ResendResourceCommand.cs b/FlexJobApi.Core/Models/CommonServer/LogRecords/Commands/ResendResourceCommand.cs new file mode 100644 index 0000000..4ae2ae2 --- /dev/null +++ b/FlexJobApi.Core/Models/CommonServer/LogRecords/Commands/ResendResourceCommand.cs @@ -0,0 +1,21 @@ +锘縰sing MediatR; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace FlexJobApi.Core +{ + /// <summary> + /// 閲嶆柊鍙戦�佽祫婧� + /// </summary> + [Resource([EnumResourceController.LogRecords])] + public class ResendResourceCommand : IRequest<string> + { + /// <summary> + /// 璧勬簮鏃ュ織Id + /// </summary> + public Guid Id { get; set; } + } +} -- Gitblit v1.9.1