whyclxw
6 天以前 bc180bb780dfd21afeec6811e88433a330cbdebb
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_station.PowerInfChange;
 
public interface PowerInfChangeMapper extends CustomMapper<PowerInfChange>{
}