package com.hxzkoa.json;
|
|
public class tb_qihou {
|
|
private int id;
|
private String time;
|
private String place;
|
private String weather;
|
private String wd;
|
private String sd;
|
public int getId() {
|
return id;
|
}
|
public void setId(int id) {
|
this.id = id;
|
}
|
public String getTime() {
|
return time;
|
}
|
public void setTime(String time) {
|
this.time = time;
|
}
|
public String getPlace() {
|
return place;
|
}
|
public void setPlace(String place) {
|
this.place = place;
|
}
|
public String getWeather() {
|
return weather;
|
}
|
public void setWeather(String weather) {
|
this.weather = weather;
|
}
|
public String getWd() {
|
return wd;
|
}
|
public void setWd(String wd) {
|
this.wd = wd;
|
}
|
public String getSd() {
|
return sd;
|
}
|
public void setSd(String sd) {
|
this.sd = sd;
|
}
|
|
|
}
|