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