xiaoyong931011
2021-05-25 be56dcfa574c8c26b70c7be939bf563bbeef3ad8
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> {
}