大屏 - 告警管理
This commit is contained in:
parent
69efb339c6
commit
dbef2ee6c5
|
|
@ -28,6 +28,7 @@ import static com.securitycontrol.common.core.utils.PageUtils.startPage;
|
|||
|
||||
/**
|
||||
* 告警管理
|
||||
* @author lsun
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/largeScreen/alarmMge/")
|
||||
|
|
@ -41,7 +42,7 @@ public class AlarmMgeController extends BaseController {
|
|||
@Log(title = "告警管理", menu = "告警管理->告警管理", grade = OperationType.QUERY_BUSINESS, details = "查询告警管理列表", type = "业务日志")
|
||||
public TableDataInfo getAlarmMgeList(AlarmMgeDto dto) {
|
||||
try{
|
||||
// startPage();
|
||||
startLayPage();
|
||||
List<AlarmMgeVo> list = service.getAlarmMgeList(dto);
|
||||
return getDataTableLayui(list);
|
||||
}catch (Exception e){
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
package com.securitycontrol.screen.controller;
|
||||
|
||||
import com.securitycontrol.common.core.web.controller.BaseController;
|
||||
|
||||
/**
|
||||
* @author lsun
|
||||
* 组塔检测
|
||||
*/
|
||||
public class TowerAssInspectController extends BaseController {
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
package com.securitycontrol.screen.mapper;
|
||||
|
||||
/**
|
||||
* @author lsun
|
||||
* 组塔检测
|
||||
*/
|
||||
public interface TowerAssInspectMapper {
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
package com.securitycontrol.screen.service;
|
||||
|
||||
/**
|
||||
* @author lsun
|
||||
* 组塔检测
|
||||
*/
|
||||
public interface TowerAssInspectService {
|
||||
}
|
||||
Loading…
Reference in New Issue