| | |
| | | } |
| | | //--查询所有的机房 |
| | | @PostMapping("allStationName") |
| | | @ApiOperation(notes = "",value="查询所有的机房") |
| | | @ApiOperation(notes = "",value="查询所有的机房—带参") |
| | | public ServiceModel serchAllStationName(@ApiParam(value = "省",required = true) @RequestParam String stationName1,@ApiParam(value = "市",required = true) @RequestParam String stationName2,@ApiParam(value = "区",required = true) @RequestParam String stationName5) { |
| | | BattInf binf = new BattInf(); |
| | | User_inf uinf = (User_inf) ActionUtil.getUser(); |
| | |
| | | } |
| | | //添加新的电池组 |
| | | @PostMapping("ky") |
| | | @ApiOperation(notes = "",value="添加新的电池组") |
| | | @ApiOperation(notes = "TODO",value="添加新的电池组TODO") |
| | | public ServiceModel add_ky(@RequestBody List<BattInf> list) { |
| | | // List<BattInf> list= getGson("yyyy-MM-dd").fromJson(json, new TypeToken<List<BattInf>>(){}.getType()); |
| | | |
| | |
| | | |
| | | //查询电池组信息<大屏显示> |
| | | @GetMapping("battOnBigScreen") |
| | | @ApiOperation(notes = "",value="查询电池组信息<大屏显示>") |
| | | public ServiceModel serchBatt_DP(@RequestBody BattInf binf){ |
| | | // BattInf binf= getGson("yyyy-MM-dd").fromJson(json, BattInf.class); |
| | | @ApiOperation(notes = "未使用参数查询",value="查询电池组信息<大屏显示>") |
| | | public ServiceModel serchBatt_DP(){ |
| | | |
| | | BattInf binf= new BattInf(); |
| | | return service.serchBatt_DP(binf); |
| | | } |
| | | //紫晶山西——---机房列表 |