src/main/java/com/yssh/entity/Weather.java
@@ -4,13 +4,6 @@ import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; /** * @author wMeng * @ClassName YsshWeather * @Description 天气数据 * @date 2022/10/30 13:18 * @Version 1.0 */ @Data @ApiModel(value = "天气数据",description = "天气数据") public class Weather {