fix
wzy
2021-12-17 0062871e495039a8798c99f9b378b71d9a38aec3
src/main/java/cc/mrbird/febs/video/mapper/DataDictionaryCustomMapper.java
@@ -12,4 +12,6 @@
    List<ApiVipCostVo> selectApiVipCostByType(@Param("type") String type);
    DataDictionaryCustom selectDataByTypeAndCode(@Param("type") String type, @Param("code") String code);
    List<DataDictionaryCustom> selectByType(@Param("type") String type);
}