package com.whyc.mapper; import com.whyc.pojo.db_station.PowerInf; import java.util.List; public interface PowerInfMapper extends CustomMapper{ List getPowerList(); }