cjl
2023-10-16 f79d7ffeb4fcf6ac8339aad0383ea62290438b76
screen-manage/src/main/java/com/moral/api/service/SysDictTypeService.java
@@ -74,6 +74,15 @@
            */
    SysDictType getDictTypeById(Integer id);
    /**
    * @Description: 刷新缓存
            * @Param: []
            * @return: void
            * @Author: 陈凯裕
            * @Date: 2021/6/28
            */
    void refreshCache();
}