测试提交

This commit is contained in:
wr
2023-05-16 09:11:46 +08:00
parent a33b9590e6
commit 889039f2b4
2 changed files with 55 additions and 50 deletions

View File

@@ -17,5 +17,10 @@ import java.util.List;
*/
public interface ISubstationExpendService {
/**
* 冀北主网监测点通讯状态统计
* @param param
* @return
*/
List<CommunicateVO.PVCommunicateVO> getCommunicationStatus(DeviceInfoParam.CompareLimitParam param);
}