package com.whyc.mapper; import com.whyc.pojo.db_batt.StationInf; import java.util.List; public interface StationInfMapper extends CustomMapper{ //查询左侧机房信息列表 List getAllSinf(); int getMaxStationId(); }