whycxzp
2025-03-22 ef3a5233fcf2ea098e73059971b285b718f4145b
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt.PowerInf;
 
public interface PowerInfMapper extends CustomMapper<PowerInf>{
}