Helius
2021-12-17 b723d7f8769dd33816013eddfb888e8fcf1210da
src/main/java/cc/mrbird/febs/video/mapper/DataDictionaryCustomMapper.java
@@ -11,4 +11,5 @@
    List<ApiVipCostVo> selectApiVipCostByType(@Param("type") String type);
    DataDictionaryCustom selectDataByTypeAndCode(@Param("type") String type, @Param("code") String code);
}