whyclxw
2025-06-04 9ab3aa9b8da4540c49ecc23d3288ff7aa1339a29
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt_testdata.BattresdataInf;
 
public interface BattresdataInfMapper extends CustomMapper<BattresdataInf>{
}