工业互联网平台2.0版本后端代码
潘志宝
2025-05-22 cb7e6e88f973a9e81fd1f29dfe0b464fafafb55c
iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/point/vo/DaPointExcelVO.java
@@ -93,6 +93,14 @@
    @ExcelProperty("累计长度")
    private Integer length;
    @Schema(description = "累计单位")
    @ExcelProperty("累计单位")
    private String cumulateUnit;
    @Schema(description = "是否累计负数")
    @ExcelProperty("是否累计负数")
    private Integer isCumuNeg;
    @Schema(description = "除数")
    @ExcelProperty("除数")
    private Integer divisor;