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