xiaoyong931011
2021-03-25 db6223864d9d35ee0f09835cbdb2d3c3c4e386d3
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);
}