| | |
| | | package com.panzhihua.service_grid.api; |
| | | |
| | | import com.panzhihua.common.model.dtos.grid.EventGridCascadeListDTO; |
| | | import com.panzhihua.common.model.dtos.grid.EventGridMemberWainDTO; |
| | | import com.panzhihua.common.model.dtos.grid.EventGridMemberWorkTrajectoryDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | |
| | | return eventGridMemberWarnLogService.gridMemberWorkWarning(gridMemberWainDTO); |
| | | } |
| | | |
| | | @PostMapping("getMapGridListsByApp") |
| | | public R getMapGridListsByApp(@RequestBody EventGridCascadeListDTO cascadeListDTO){ |
| | | return eventGridMemberRelationService.getMapGridListsByApp(cascadeListDTO); |
| | | } |
| | | |
| | | @PostMapping("getMapGridsListsByApp") |
| | | public R getMapGridsListsByApp(@RequestParam("userId") Long userId){ |
| | | return eventGridMemberRelationService.getMapGridsListsByApp(userId); |
| | | } |
| | | |
| | | } |