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