| | |
| | | } |
| | | |
| | | @ApiOperation("实时车位信息") |
| | | @PostMapping("/findSitesMonitorDTOPage") |
| | | @PostMapping("/getSitesMonitorBikeDTO") |
| | | @RequiresPermissions("business:sites:query") |
| | | public ApiResponse<PageData<SitesMonitorBikeDTO>> getSitesMonitorBikeDTO(@RequestBody PageWrap<SitesMonitorDTO> pageWrap){ |
| | | return ApiResponse.success(sitesService.getSitesMonitorBikeDTO(pageWrap)); |
| | |
| | | @Autowired |
| | | private MultifileMapper multifileMapper; |
| | | |
| | | @Autowired |
| | | private SystemDictDataBiz systemDictDataBiz; |
| | | // @Autowired |
| | | // private SystemDictDataBiz systemDictDataBiz; |
| | | |
| | | @Override |
| | | public String create(BikeRepair bikeRepair) { |