whyclxw
2024-12-10 88ed0e2971154580635fd33f3073e3a26f52fc3a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_dis_batt.BattTestInfData;
 
public interface BattTestInfDataMapper extends CustomMapper<BattTestInfData>{
}