whycxzp
2025-05-30 ab0fbf96697a57d293111135ef46d735e17895b9
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_power_rt.BattStationTemp;
 
public interface BattStationTempMapper extends CustomMapper<BattStationTemp>{
}