whycxzp
2025-06-13 6535848ee32870ec2b0873c1d90ab2157b6908e3
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt_testdata.BattresdataInf;
 
public interface BattresdataInfMapper extends CustomMapper<BattresdataInf>{
}