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