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