| | |
| | | @Schema(description = "运行下限") |
| | | private BigDecimal limitL; |
| | | |
| | | @Schema(description = "当前") |
| | | private BigDecimal currValue; |
| | | |
| | | @Schema(description = "最大值") |
| | | private BigDecimal maxValue; |
| | | |
| | |
| | | @Schema(description = "预测累计值") |
| | | private BigDecimal preCumulant; |
| | | |
| | | @Schema(description = "调整值") |
| | | private BigDecimal adjValue; |
| | | |
| | | @Schema(description = "调整值") |
| | | private BigDecimal[] adjValueArr; |
| | | |
| | | @Schema(description = "属性") |
| | | private Map<String, Object> prop; |
| | | |
| | |
| | | |
| | | @Schema(description = "预警信息") |
| | | private List<AlarmMessageRespDTO> alarmList; |
| | | |
| | | @Schema(description = "预警信息") |
| | | private String alarmMessage; |
| | | |
| | | @Schema(description = "展示线类型") |
| | | private String lineType; |
| | | } |