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