Helius
2020-05-25 77ec8d241a46bf58f1887afeffe736b44bebfb1a
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.OrderCoinsDealEntity;
 
public interface OrderCoinDealDao  extends BaseMapper<OrderCoinsDealEntity>{
 
}