whyclxw
2025-05-26 a2df4b74a01e54b396dc696791f2377219915209
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt_testdata.BatttestdataInf;
 
public interface BatttestdataInfMapper extends CustomMapper<BatttestdataInf>{
}