Helius
2021-05-25 36d12ed4a4794fde24cfaa5c5fca8c477ae67208
1
2
3
4
5
6
7
package com.xcong.excoin.modules.otc.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.otc.entity.OtcBlackList;
 
public interface OtcBlackListDao extends BaseMapper<OtcBlackList> {
}