PCS+BMS总览+BMS电池簇-框架

This commit is contained in:
2025-06-24 01:18:07 +08:00
parent a2d8b6876d
commit 7134bc03f8
16 changed files with 1582 additions and 8 deletions

View File

@ -90,4 +90,11 @@ public interface EmsPcsDataMapper
* @return
*/
public List<ElectricIndexList> getElectDataList();
/**
* 根据site_id获取pcs最新update的数据
* @param siteId
* @return
*/
public EmsPcsData getPcsDetailInfoBySiteId(Long siteId);
}