| | |
| | | @DictFormat("data_type") |
| | | private String dataTypeName; |
| | | |
| | | @Schema(description = "值类型", required = true) |
| | | private String valueType; |
| | | |
| | | @Schema(description = "存储类型", required = true) |
| | | private String storeType; |
| | | |
| | |
| | | @Schema(description = "测点Tag", required = true) |
| | | private String tagNo; |
| | | |
| | | @Schema(description = "平滑尺度") |
| | | private Integer dimension; |
| | | |
| | | @Schema(description = "值类型") |
| | | private String valueType; |
| | | |
| | | @Schema(description = "计算公式", required = true) |
| | | private String expression; |
| | |
| | | |
| | | @Schema(description = "测量点") |
| | | private DaMeasurePointDTO measurePoint; |
| | | |
| | | @Schema(description = "累计点") |
| | | private DaCumulatePointDTO cumulatePoint; |
| | | } |