update 优化根据字典类型查询信息增加一级缓存

This commit is contained in:
AprilWind
2025-02-26 09:54:20 +08:00
parent 319a89e320
commit 71180584da
2 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,11 @@ public interface CacheNames {
*/
String SYS_DICT = "sys_dict";
/**
* 数据字典类型
*/
String SYS_DICT_TYPE = "sys_dict_type";
/**
* 租户
*/