xiaoyong931011
2023-07-28 d5163a361b3a3f6c41da65056868223f654573a0
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.others.mapper;
 
import cc.mrbird.febs.others.entity.Eximport;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * @author MrBird
 */
public interface EximportMapper extends BaseMapper<Eximport> {
 
}