zainali5120
2020-10-30 53698764f8ae41d7cdf03b2c28247c4582ab89c3
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> {
 
}