xiaoyong931011
2021-04-22 1c23bfe752fea2e815daa4bdd93859dee9e5b87c
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> {
 
}