xiaoyong931011
2020-09-10 7a6935849a7f64a1a5e8833ab7e5508ff6c106bd
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.excoin.others.mapper;
 
import com.xcong.excoin.others.entity.Eximport;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * @author MrBird
 */
public interface EximportMapper extends BaseMapper<Eximport> {
 
}