xyc
18 小时以前 bb7c195ec514ff1e5017fb2853175822a833ea1a
1
2
3
4
5
6
package com.trafficaudit.dataimport.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.trafficaudit.dataimport.entity.CityTaxiMonthly;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CityTaxiMonthlyMapper extends BaseMapper<CityTaxiMonthly> {}