Blame view

src/main/java/com/huaheng/pc/config/station/mapper/StationMapper.java 269 Bytes
mahuandong authored
1
package com.huaheng.pc.config.station.mapper;
mahuandong authored
2
3

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
mahuandong authored
4
import com.huaheng.pc.config.station.domain.Station;
mahuandong authored
5
6
7
8
9
10
11

/**
 * Created by Enzo Cotter on 2019/10/11.
 */

public interface StationMapper extends BaseMapper<Station> {
}