Helius
2020-05-25 6ac527e204fbcf9bc62f280eb925cddab291fe5b
1
2
3
4
5
6
7
8
package com.xcong.excoin.modules.coin.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.coin.entity.OrderCoinDealEntity;
 
public interface OrderCoinDealDao  extends BaseMapper<OrderCoinDealEntity>{
 
}