| | |
| | | @Schema(description = "预测项名称") |
| | | private String itemName; |
| | | |
| | | @Schema(description = "输出ID") |
| | | private String outId; |
| | | |
| | | @Schema(description = "输出结果") |
| | | private String resultstr; |
| | | |
| | | @Schema(description = "输出结果") |
| | | private String resultName; |
| | | |
| | | @Schema(description = "预测时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date predictTime; |
| | |
| | | private BigDecimal deadLineL; |
| | | |
| | | @Schema(description = "运行上限") |
| | | private BigDecimal limtH; |
| | | private BigDecimal limitH; |
| | | |
| | | @Schema(description = "运行下限") |
| | | private BigDecimal limtL; |
| | | private BigDecimal limitL; |
| | | |
| | | @Schema(description = "最大值") |
| | | private BigDecimal maxValue; |