| | |
| | | @Schema(description = "累计长度") |
| | | private Integer length; |
| | | |
| | | @Schema(description = "累计单位") |
| | | private String cumulateUnit; |
| | | |
| | | @Schema(description = "除数") |
| | | private Integer divisor; |
| | | |
| | | @Schema(description = "是否累计负数") |
| | | private Integer isCumuNeg; |
| | | |
| | | @Schema(description = "极值单位") |
| | | private String extremalUnit; |
| | | |
| | | @Schema(description = "极值类型") |
| | | private String extremalType; |
| | | |
| | | @Schema(description = "数据源选项") |
| | | private List<String> sourceOption; |
| | |
| | | @Schema(description = "累计点") |
| | | private DaCumulatePointDTO cumulatePoint; |
| | | |
| | | @Schema(description = "极值点") |
| | | private DaExtremalPointDTO extremalPoint; |
| | | |
| | | @Schema(description = "采集值") |
| | | private String collectValue; |
| | | |