liujie
2025-06-06 fe8c13f3191d1e49401623c350344eaeb3ff0d1a
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/TScreenContentService.java
@@ -7,6 +7,7 @@
import com.ruoyi.other.vo.PhotovoltaicPowerGenerationVO;
import com.ruoyi.other.vo.ScreenTopVO;
import java.util.HashMap;
import java.util.List;
/**
@@ -24,4 +25,12 @@
    PhotovoltaicPowerGenerationVO photovoltaicPowerGeneration(List<Integer> siteIds);
    ScreenTopVO top(List<Integer> siteIds);
    void carportData(Integer parkingPlace, Integer remainPlace);
    HashMap<String, Object> getCarportData();
}