Commit 5e53cee4 by zhangkb

修改对标报告2实体类型

parent 975ca808
...@@ -24,17 +24,17 @@ public class IndicatorsReportTwo { ...@@ -24,17 +24,17 @@ public class IndicatorsReportTwo {
private String compareDate;//对标时间 private String compareDate;//对标时间
private String compareType;//对标类型 private String compareType;//对标类型
private String unit;//单位 private String unit;//单位
private String currentAverage;//本期全省平均值 private Double currentAverage;//本期全省平均值
private String sameAverage;//同期全省平均值 private Double sameAverage;//同期全省平均值
private String averageRate;//全省平均分同比 private Double averageRate;//全省平均分同比
private String trend;//全省平均分变化趋势 0:趋好 1:趋坏 private String trend;//全省平均分变化趋势 0:趋好 1:趋坏
private String currentActualAverage;//本期实际平均值 private Double currentActualAverage;//本期实际平均值
private String bestUnit;//标杆单位 private String bestUnit;//标杆单位
private String bestUnitValue;//标杆值 private Double bestUnitValue;//标杆值
private String bestAverageUnits;//优于平均单位数 private Integer bestAverageUnits;//优于平均单位数
private String sameImproveUnits;//同比提升单位数 private Integer sameImproveUnits;//同比提升单位数
private String rankHeadThree;//排名前三 private Integer rankHeadThree;//排名前三
private String rankAfterThree;//排名末三 private Integer rankAfterThree;//排名末三
private String sameImproveHeadThree;//同比提升前三 private Integer sameImproveHeadThree;//同比提升前三
private String sameImproveAfterThree;//同比提升末三 private Integer sameImproveAfterThree;//同比提升末三
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment