| | |
| | | import org.springblade.core.mp.support.Query; |
| | | import org.springblade.core.tool.api.R; |
| | | import org.springblade.core.tool.utils.Func; |
| | | import org.springblade.modules.grid.excel.GridExcel; |
| | | import org.springblade.modules.grid.excel.GridImporter; |
| | | import org.springblade.modules.grid.excel.GridmanExcel; |
| | | import org.springblade.modules.grid.excel.GridmanImporter; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | return R.success("操作成功"); |
| | | } |
| | | |
| | | /** |
| | | * 网格员查询 |
| | | * @param gridman |
| | | * @return |
| | | */ |
| | | @GetMapping("/getGridmanList") |
| | | public R getGridmanList(GridmanVO gridman) { |
| | | return R.data(gridmanService.getGridmanList(gridman)); |
| | | } |
| | | |
| | | |
| | | |
| | | } |