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