lxw
2022-09-09 6b732bd95692a0cb74c9cdc9b812284ce97edaf6
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.StationInfo;
 
public interface StationInfoMapper extends CustomMapper<StationInfo>{
}