whyclxw
2025-05-14 dbf950257647eb1da51a1c7496922b10293080b7
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();
}