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