| | |
| | | @Api(tags = "二次放电参数") |
| | | @RestController |
| | | @RequestMapping("paramTemp") |
| | | public class Fbs9100SetParamTempController { |
| | | public class Fbs9100SetParamTempController extends BaseController{ |
| | | @Autowired |
| | | public Fbs9100SetParamTempService service; |
| | | |
| | | @ApiOperation(value = "查询设备的参数和审核") |
| | | @GetMapping("searchTemp") |
| | | public Response searchTemp(@RequestParam int devId) { |
| | | return service.searchTemp(devId); |
| | | public Response searchTemp(@RequestParam int battGroupId) { |
| | | return service.searchTemp(battGroupId); |
| | | } |
| | | |
| | | @ApiOperation(value = "二次放电发起申请") |