cjl
2024-03-29 d672457aaf5c7a2b7429b4eef82d574009b01351
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();
}