Jay
9 天以前 f3690bc0ff61dee37f6d18ef3e09158afd36843d
iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/point/vo/DaPointExcelVO.java
@@ -93,7 +93,15 @@
    @ExcelProperty("累计长度")
    private Integer length;
    @Schema(description = "累计单位")
    @ExcelProperty("累计单位")
    private String cumulateUnit;
    @Schema(description = "除数")
    @ExcelProperty("除数")
    private Integer divisor;
    @Schema(description = "采集质量")
    @ExcelProperty("采集质量")
    private String collectQuality;
}