All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.liuchink.chinkutils.baidu.bean.weather.WeatherRespLocation Maven / Gradle / Ivy

There is a newer version: 0.0.14.RELEASE
Show newest version
package com.liuchink.chinkutils.baidu.bean.weather;

import java.io.Serializable;

import lombok.Data;

/**
 * @author liugang
 * @since 2020/10/27 15:41
 */
@Data
public class WeatherRespLocation  {
	private static final long serialVersionUID = -367119267325528279L;
	private String country;
	private String province;
	private String city;
	private String name;
	private String id;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy