Helius
2021-03-22 8dfe6a5054c6222dde9e23f3fec20a8ed760ed02
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> {
 
}