cjl
2023-08-04 0932aa99d471d657456420856e6c7b32fa4797b0
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();
}