站点计费模板缓存

This commit is contained in:
Guoqs
2025-04-29 09:27:01 +08:00
parent 299742738b
commit a775c6c71c

View File

@@ -43,6 +43,7 @@ public class CacheController {
caches.add(new SysCache(CacheConstants.REPEAT_SUBMIT_KEY, "防重提交"));
caches.add(new SysCache(CacheConstants.RATE_LIMIT_KEY, "限流处理"));
caches.add(new SysCache(CacheConstants.PWD_ERR_CNT_KEY, "密码错误次数"));
caches.add(new SysCache(CacheConstants.QUERY_STATION_BILLING_TEMPLATE_LIST, "站点计费模板"));
}
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")