kaiyu
2022-05-09 ea0ba754045fe6d84cf9a9b643e07e02ab50bde3
screen-api/src/main/java/com/moral/api/pojo/vo/cityAQI/AirQualityComparisonVO.java
@@ -37,6 +37,10 @@
    private ConcentrationAndPercent serverDays;
    public String getCityName() {
        return cityName;
    }
@@ -44,7 +48,7 @@
    public ConcentrationAndPercent getCompositeIndex() {
        return compositeIndex;
    }
    @JsonProperty("PM25")
    @JsonProperty("PM2_5")
    public ConcentrationAndPercent getPM25() {
        return PM25;
    }