kaiyu
2020-10-27 07a1946f06e317796c7e07807db11d8251b77655
src/main/java/com/moral/entity/RealWeatherDaily.java
@@ -8,7 +8,6 @@
@Data
public class RealWeatherDaily {
    @Id
    private String cityCode;
    private Date time;
    private String json;