xiaoyong931011
2020-05-28 0290652dcced4d31540555abd7adf6e30cdbe29e
src/main/java/com/xcong/excoin/modules/platform/dao/TradeSettingDao.java
File was renamed from src/main/java/com/xcong/excoin/modules/coin/dao/platform/TradeSettingDao.java
@@ -1,13 +1,13 @@
package com.xcong.excoin.modules.coin.dao.platform;
package com.xcong.excoin.modules.platform.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.coin.entity.PlatformLeverageSettingEntity;
import com.xcong.excoin.modules.coin.entity.PlatformSymbolsSku;
import com.xcong.excoin.modules.coin.entity.PlatformTradeSettingEntity;
import com.xcong.excoin.modules.platform.entity.PlatformLeverageSettingEntity;
import com.xcong.excoin.modules.platform.entity.PlatformSymbolsSku;
import com.xcong.excoin.modules.platform.entity.PlatformTradeSettingEntity;
public interface TradeSettingDao extends BaseMapper<PlatformTradeSettingEntity> {