This commit is contained in:
2023-07-14 15:13:02 +08:00
parent cda84d8600
commit c5eb3c09d6
13 changed files with 40 additions and 41 deletions

View File

@ -20,4 +20,9 @@ public interface SysDictApiService {
* @return 字典数据集合信息
*/
List<SysDictData> selectFromCache(String dictType);
/**
* 重置字典缓存数据
*/
void resetDictCache();
}