Helius
2020-08-27 eee9c918cf52ed22c3e7280bc4a3c72049102e20
src/main/java/com/xcong/excoin/modules/platform/dao/PlatformFeeSettingDao.java
@@ -1,5 +1,7 @@
package com.xcong.excoin.modules.platform.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
@@ -11,4 +13,6 @@
   PlatformFeeSettingEntity getFeeSettingByTypeAndSymbol(@Param("type")Integer type,@Param("symbol")String symbol);
   List<PlatformFeeSettingEntity> getFeeSettingsByTypeAndSymbol(@Param("type")int i,@Param("symbol")String symbol);
}