whyclxw
6 天以前 11158b7a0d2a1517903ba073deca9151b7758099
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_station.BattInfChange;
 
public interface BattInfChangeMapper extends CustomMapper<BattInfChange>{
}