xiaoyong931011
2021-12-21 6070ccbdfdd222094e60abb89194ff0944212c74
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);
}