PCS抽数逻辑

This commit is contained in:
2025-06-24 17:04:59 +08:00
parent 7134bc03f8
commit 7b64e193fc
11 changed files with 801 additions and 12 deletions

View File

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