dengzedong
6 天以前 a6e46fe2b5729e7468b6f3c4e079232801c22520
iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/point/vo/DaPointExcelVO.java
@@ -29,10 +29,6 @@
    @ExcelProperty("数据类型")
    private String dataType;
    @Schema(description = "值类型")
    @ExcelProperty("值类型")
    private String valueType;
    @Schema(description = "存储类型")
    @ExcelProperty("存储类型")
    private String storeType;
@@ -77,7 +73,31 @@
    @ExcelProperty("测点Tag")
    private String tagNo;
    @Schema(description = "平滑尺度")
    @ExcelProperty("平滑尺度")
    private Integer dimension;
    @Schema(description = "值类型")
    @ExcelProperty("值类型")
    private String valueType;
    @Schema(description = "计算公式")
    @ExcelProperty("计算公式")
    private String expression;
    @Schema(description = "瞬时测点")
    @ExcelProperty("瞬时测点")
    private String momentPoint;
    @Schema(description = "累计长度")
    @ExcelProperty("累计长度")
    private Integer length;
    @Schema(description = "除数")
    @ExcelProperty("除数")
    private Integer divisor;
    @Schema(description = "采集质量")
    @ExcelProperty("采集质量")
    private String collectQuality;
}