工业互联网平台2.0版本后端代码
dongyukun
2025-05-28 cc69f877cb51f4014c664d8002050fa0f9314a81
iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/point/vo/DaPointExcelVO.java
@@ -84,4 +84,28 @@
    @Schema(description = "计算公式")
    @ExcelProperty("计算公式")
    private String expression;
    @Schema(description = "瞬时测点")
    @ExcelProperty("瞬时测点")
    private String momentPoint;
    @Schema(description = "累计长度")
    @ExcelProperty("累计长度")
    private Integer length;
    @Schema(description = "累计单位")
    @ExcelProperty("累计单位")
    private String cumulateUnit;
    @Schema(description = "是否累计负数")
    @ExcelProperty("是否累计负数")
    private Integer isCumuNeg;
    @Schema(description = "除数")
    @ExcelProperty("除数")
    private Integer divisor;
    @Schema(description = "采集质量")
    @ExcelProperty("采集质量")
    private String collectQuality;
}