潘志宝
2024-12-15 bbe7acfbe5a4c08d6edc91eaf81dcecf9d630e18
iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/ind/item/vo/IndItemRespVO.java
@@ -33,8 +33,11 @@
    @Schema(description = "指标分类", example = "")
    private String itemCategory;
    @Schema(description = "指标分类", example = "")
    private String itemCategoryName;
    @Schema(description = "转换系数", example = "")
    private Boolean coefficient;
    private String coefficient;
    @Schema(description = "指标精度", example = "")
    private Integer precision;
@@ -62,4 +65,12 @@
    @Schema(description = "更新时间", example = "")
    private Date updateTime;
    private String atomItemId;
    private IndItemAtomVO atomItem;
    private IndItemDerVO derItem;
    private IndItemCalVO calItem;
}