| | |
| | | @ExcelProperty("数据类型") |
| | | private String dataType; |
| | | |
| | | @Schema(description = "值类型") |
| | | @ExcelProperty("值类型") |
| | | private String valueType; |
| | | |
| | | @Schema(description = "存储类型") |
| | | @ExcelProperty("存储类型") |
| | | private String storeType; |
| | |
| | | @ExcelProperty("数据源类型") |
| | | private String sourceType; |
| | | |
| | | @Schema(description = "数据源ID") |
| | | @ExcelProperty("数据源ID") |
| | | private String sourceId; |
| | | @Schema(description = "数据源名称") |
| | | @ExcelProperty("数据源名称") |
| | | private String sourceName; |
| | | |
| | | @Schema(description = "测点Tag") |
| | | @ExcelProperty("测点Tag") |
| | | private String tagNo; |
| | | |
| | | @Schema(description = "平滑尺度") |
| | | @ExcelProperty("平滑尺度") |
| | | private Integer dimension; |
| | | |
| | | @Schema(description = "值类型") |
| | | @ExcelProperty("值类型") |
| | | private String valueType; |
| | | |
| | | @Schema(description = "计算公式") |
| | | @ExcelProperty("计算公式") |
| | | private String expression; |
| | | } |