whycxzp
2025-03-14 ba29811c971a8ad9bdffd1bf1b33231e76c980d5
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_dis_batt.BattTestInfData;
 
public interface BattTestInfDataMapper extends CustomMapper<BattTestInfData>{
}