cjl
2023-08-09 f80e452fa31bf48257d4897a937747f211c91790
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();
}