| | |
| | | |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.panzhihua.common.model.dtos.grid.EventGridDataAddDTO; |
| | | import com.panzhihua.common.model.dtos.grid.EventGridDataDeleteDTO; |
| | | import com.panzhihua.common.model.dtos.grid.EventGridDataEditDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PageEventGridDataDTO; |
| | | import com.panzhihua.common.model.dtos.grid.*; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.grid.EventGridDataDetailsVO; |
| | | import com.panzhihua.common.model.vos.grid.EventGridDataVO; |
| | |
| | | return eventGridDataService.eventGridDataDetails(id); |
| | | }; |
| | | |
| | | /** |
| | | * 首页待处理 |
| | | * @param eventGridTodoDataDTO |
| | | * @return |
| | | */ |
| | | @PostMapping("/getGridTodoData") |
| | | R getGridTodoData(@RequestBody EventGridTodoDataDTO eventGridTodoDataDTO){ |
| | | return eventGridDataService.getGridTodoData(eventGridTodoDataDTO); |
| | | } |
| | | |
| | | } |