| | |
| | | @Schema(description = "查询时间") |
| | | private String clock; |
| | | |
| | | @Schema(description = "分组名称") |
| | | private String groupName; |
| | | @Schema(description = "一级指标-偏差值-名称") |
| | | private String ind1Name; |
| | | |
| | | @Schema(description = "指标名称") |
| | | private String indName; |
| | | @Schema(description = "一级指标-偏差值-值") |
| | | private String ind1Value; |
| | | |
| | | @Schema(description = "偏差值") |
| | | private String indValue; |
| | | @Schema(description = "一级指标-偏差值-单位") |
| | | private String ind1Unit; |
| | | |
| | | @Schema(description = "单位") |
| | | private String indUnit; |
| | | @Schema(description = "二级指标-偏差值-名称") |
| | | private String ind2Name; |
| | | |
| | | @Schema(description = "二级指标-偏差值-值") |
| | | private String ind2Value; |
| | | |
| | | @Schema(description = "二级指标-偏差值-单位") |
| | | private String ind2Unit; |
| | | |
| | | @Schema(description = "影响因素1-偏差值-名称") |
| | | private String fac1Name; |
| | | |
| | | @Schema(description = "影响因素1-偏差值-值") |
| | | private String fac1Value; |
| | | |
| | | @Schema(description = "影响因素1-偏差值-单位") |
| | | private String fac1Unit; |
| | | |
| | | @Schema(description = "影响因素2-偏差值-名称") |
| | | private String fac2Name; |
| | | |
| | | @Schema(description = "影响因素2-偏差值-值") |
| | | private String fac2Value; |
| | | |
| | | @Schema(description = "影响因素2-偏差值-单位") |
| | | private String fac2Unit; |
| | | |
| | | @Schema(description = "影响因素3-偏差值-名称") |
| | | private String fac3Name; |
| | | |
| | | @Schema(description = "影响因素3-偏差值-值") |
| | | private String fac3Value; |
| | | |
| | | @Schema(description = "影响因素3-偏差值-单位") |
| | | private String fac3Unit; |
| | | |
| | | @Schema(description = "影响因素4-偏差值-名称") |
| | | private String fac4Name; |
| | | |
| | | @Schema(description = "影响因素4-偏差值-值") |
| | | private String fac4Value; |
| | | |
| | | @Schema(description = "影响因素4-偏差值-单位") |
| | | private String fac4Unit; |
| | | |
| | | @Schema(description = "影响因素5-偏差值-名称") |
| | | private String fac5Name; |
| | | |
| | | @Schema(description = "影响因素5-偏差值-值") |
| | | private String fac5Value; |
| | | |
| | | @Schema(description = "影响因素5-偏差值-单位") |
| | | private String fac5Unit; |
| | | |
| | | @Schema(description = "创建时间") |
| | | private Date createDate; |