whyclxw
2024-06-27 ed3d4acc0d2d72e0a7959f2e0f4c200265bc44f1
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.BattTestInf;
 
public interface BattTestInfMapper extends CustomMapper<BattTestInf>{
}