dengzedong
4 天以前 730d1944e3a13c517c77df2b0712df05645a38dd
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;
}