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