whycxzp
2021-04-16 5361481d1056f46d9df3c02a0bdb914c97e0db15
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Station;
 
public interface StationMapper extends CustomMapper<Station> {
}