Helius
2021-09-26 c2af97c87774e9e675381106cac483f0e3d8f3f7
src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java
@@ -18,4 +18,8 @@
    IPage<AdminPayMethodVo> getPayMethodListInPage(Page<AdminPayMethodVo> page, @Param("record")PayMethodDto payMethodDto);
    AdminMallPayMethodEditVo getMallPayMethodEditInfoById(@Param("id")long id);
    DataDictionaryCustom selectNextAgentLevelInfo(@Param("level") String agentLevel);
    DataDictionaryCustom selectDicDataByTypeAndCode(String type, String code);
}