|
|
@@ -31,12 +31,6 @@ import org.springframework.web.bind.annotation.*;
|
|
|
public class BusDeviceRunningController implements BaseQueryController<BusDeviceRunningEntity, String> {
|
|
|
private final LocalBusDeviceRunningService netPumpService;
|
|
|
|
|
|
- @GetMapping("/warn/dict")
|
|
|
- @ApiOperation(value = "网络泵提醒信息枚举,无权限配置")
|
|
|
- public R alarm(){
|
|
|
- return R.success(NetPumpWarnEnum.values());
|
|
|
- }
|
|
|
-
|
|
|
|
|
|
@GetMapping("/status/dict")
|
|
|
@ApiOperation(value = "网络泵状态枚举,无权限配置, alarm字段表示该状态是否为报警状态")
|