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