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