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