| | |
| | | @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; |
| | |
| | | |
| | | @Schema(description = "更新时间", example = "") |
| | | private Date updateTime; |
| | | |
| | | private String atomItemId; |
| | | |
| | | private IndItemAtomVO atomItem; |
| | | |
| | | private IndItemDerVO derItem; |
| | | |
| | | private IndItemCalVO calItem; |
| | | } |