feat:添加缓存监控页面

This commit is contained in:
陈淳
2023-04-19 11:19:36 +08:00
parent dd2b584c3d
commit cb75196455
5 changed files with 87 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Furion.Application.Rbac.Services
{
public interface IMonitorCacheService
{
}
}