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