whyclxw
2024-06-27 29fccde6ffb6b51689b26da02a62b9401e04075a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.StationInf;
 
public interface StationInfMapper extends CustomMapper<StationInf>{
}