| | |
| | | @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 Integer status; |
| | | |
| | | @Schema(description = "固化标识", example = "") |
| | | private String solidifyFlag; |
| | | |
| | | @Schema(description = "创建者", example = "") |
| | | private String creator; |
| | | |
| | |
| | | |
| | | @Schema(description = "更新时间", example = "") |
| | | private Date updateTime; |
| | | |
| | | private String atomItemId; |
| | | |
| | | private IndItemAtomVO atomItem; |
| | | |
| | | private IndItemDerVO derItem; |
| | | |
| | | private IndItemCalVO calItem; |
| | | } |