Files
Web_BLVLOG_Server_Mvc_Prod/LogCap/Common/TCache.cs
2025-11-20 16:20:37 +08:00

13 lines
186 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LogCap.Common
{
internal class TCache
{
}
}