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