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