whyclxw
2025-05-15 8364b1730e17da228e45e0675bdf2d6f42bc0691
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_station.BattInf;
 
public interface BattInfMapper extends CustomMapper<BattInf>{
}