From 844ef8147c4e61c22d5aa40deab4b026638e1781 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 08 九月 2025 16:20:20 +0800 Subject: [PATCH] fix: s --- FlexJobApi.Core/Utils/DistributedCacheUtils/DistributedCacheServiceComponent.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/Utils/DistributedCacheUtils/DistributedCacheServiceComponent.cs b/FlexJobApi.Core/Utils/DistributedCacheUtils/DistributedCacheServiceComponent.cs index 5c991f9..eae0f21 100644 --- a/FlexJobApi.Core/Utils/DistributedCacheUtils/DistributedCacheServiceComponent.cs +++ b/FlexJobApi.Core/Utils/DistributedCacheUtils/DistributedCacheServiceComponent.cs @@ -1,5 +1,6 @@ 锘縰sing Furion; using Microsoft.Extensions.DependencyInjection; +using StackExchange.Redis; using System; using System.Collections.Generic; using System.Linq; -- Gitblit v1.9.1