Helius
2020-06-10 c9cddc9b4fe5f6caea99c13d2817e6ec2caa866c
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> {
 
}