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