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