1
2
3
4
5
6
7
package com.whyc.mapper;
 
import com.whyc.pojo.Station3D;
 
public interface Station3DMapper extends CustomMapper<Station3D>{
 
}