whyclxw
2025-05-12 42b05209d1ee077d1af0752ba6afc0b90eeada04
1
2
3
4
5
6
7
8
9
package com.whyc.mapper;
 
import com.whyc.pojo.db_station.PowerInf;
 
import java.util.List;
 
public interface PowerInfMapper extends CustomMapper<PowerInf>{
    List<PowerInf> getPowerList();
}