whycxzp
2025-04-01 55ac1354c8030edda8586ad758f23cfe6a1909db
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt.BattInf;
 
public interface BattInfMapper extends CustomMapper<BattInf>{
}