zhizhijie
12 小时以前 fbc1c1590e7e81a550beb50c7cf65c663c7c5b41
1
2
3
4
5
6
7
8
9
package com.trafficaudit.dataimport.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.trafficaudit.dataimport.entity.EnergyAuthVehicle;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface EnergyAuthVehicleMapper extends BaseMapper<EnergyAuthVehicle> {
}