|
@@ -55,6 +55,10 @@ public interface IProtectionService extends IService<IotAlarmSubsystem> {
|
|
|
List<Map<String, List<Map<String,Object>>>> selectDataByOrgId(Long orgId, Date date);
|
|
List<Map<String, List<Map<String,Object>>>> selectDataByOrgId(Long orgId, Date date);
|
|
|
|
|
|
|
|
SubsystemSimpleVo getSubsystemSimpleVo(Long id);
|
|
SubsystemSimpleVo getSubsystemSimpleVo(Long id);
|
|
|
|
|
+
|
|
|
|
|
+ boolean updateSubSystemInBook(Long id, Integer inBook);
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
// MePage<pageSensorVo> pageSensorList(pageSensorDto request);
|
|
// MePage<pageSensorVo> pageSensorList(pageSensorDto request);
|
|
|
|
|
|
|
|
// MePage<ProtectionPageVo4Mybatis> pageByMybatis(ProtectionPageDto4Mybatis request);
|
|
// MePage<ProtectionPageVo4Mybatis> pageByMybatis(ProtectionPageDto4Mybatis request);
|