File was renamed from src/main/java/com/xcong/excoin/modules/coin/dao/platform/TradeSettingDao.java |
| | |
| | | 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> {
|
| | |
|