package com.huaheng.pc.config.station.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.config.station.domain.Station;
/**
* Created by Enzo Cotter on 2019/10/11.
*/
public interface StationMapper extends BaseMapper<Station> {
}