whyclxw
3 天以前 65af9227c2ec7ac93dfa237e635af334560fe198
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_station.StationInfChange;
 
public interface StationInfChangeMapper extends CustomMapper<StationInfChange>{
}