| | |
| | | private BigDecimal limitL; |
| | | |
| | | @Schema(description = "动态上限") |
| | | private List<ApiPointValueDTO> trendsDataH; |
| | | private List<Object[]> trendsDataH; |
| | | |
| | | @Schema(description = "动态下限") |
| | | private List<ApiPointValueDTO> trendsDataL; |
| | | private List<Object[]> trendsDataL; |
| | | |
| | | @Schema(description = "当前") |
| | | private BigDecimal currValue; |
| | |
| | | @Schema(description = "真实值") |
| | | private List<Object[]> realData; |
| | | |
| | | @Schema(description = "T+L/N预测值") |
| | | @Schema(description = "历史预测值") |
| | | private List<Object[]> preData; |
| | | |
| | | @Schema(description = "预警信息") |
| | | private List<AlarmMessageRespDTO> alarmList; |
| | | |
| | | @Schema(description = "预警信息") |
| | | private String alarmMessage; |
| | | |
| | | @Schema(description = "展示线类型") |
| | | private String lineType; |
| | | |
| | | @Schema(description = "累计真实值") |
| | | private List<Object[]> cumulantRealData; |
| | | |
| | | @Schema(description = "累计预测值") |
| | | private List<Object[]> cumulantPreData; |
| | | } |