|
@@ -12,6 +12,7 @@ public class Advertise {
|
|
|
public Integer state;
|
|
public Integer state;
|
|
|
public Integer sortLevel;
|
|
public Integer sortLevel;
|
|
|
public String createTime;
|
|
public String createTime;
|
|
|
|
|
+ public String townId;
|
|
|
|
|
|
|
|
public Integer getId() {
|
|
public Integer getId() {
|
|
|
return id;
|
|
return id;
|
|
@@ -92,4 +93,12 @@ public class Advertise {
|
|
|
public void setCreateTime(String createTime) {
|
|
public void setCreateTime(String createTime) {
|
|
|
this.createTime = createTime;
|
|
this.createTime = createTime;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public String getTownId() {
|
|
|
|
|
+ return townId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setTownId(String townId) {
|
|
|
|
|
+ this.townId = townId;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|