Blame view

src/main/java/com/huaheng/pc/config/station/mapper/AgvStationMapper.java 331 Bytes
周鸿 authored
1
2
3
4
5
6
7
8
9
10
11
12
package com.huaheng.pc.config.station.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.config.station.domain.AgvStation;
import com.huaheng.pc.config.station.domain.Station;

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

public interface AgvStationMapper extends BaseMapper<AgvStation> {
}