|
|
@@ -7,9 +7,13 @@ public class AchievementPortalSimilarListBo {
|
|
|
|
|
|
private String name;
|
|
|
|
|
|
- private String province;
|
|
|
+ private String uprovince;
|
|
|
|
|
|
- private String city;
|
|
|
+ private String ucity;
|
|
|
+
|
|
|
+ private String oprovince;
|
|
|
+
|
|
|
+ private String ocity;
|
|
|
|
|
|
private Integer maturity;
|
|
|
|
|
|
@@ -22,8 +26,6 @@ public class AchievementPortalSimilarListBo {
|
|
|
private String transferPriceS;
|
|
|
|
|
|
private Integer bargainingMode;
|
|
|
-
|
|
|
-
|
|
|
|
|
|
public Integer getBargainingMode() {
|
|
|
return bargainingMode;
|
|
|
@@ -81,20 +83,36 @@ public class AchievementPortalSimilarListBo {
|
|
|
this.name = name;
|
|
|
}
|
|
|
|
|
|
- public String getProvince() {
|
|
|
- return province;
|
|
|
+ public String getUprovince() {
|
|
|
+ return uprovince;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUprovince(String uprovince) {
|
|
|
+ this.uprovince = uprovince;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getUcity() {
|
|
|
+ return ucity;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUcity(String ucity) {
|
|
|
+ this.ucity = ucity;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getOprovince() {
|
|
|
+ return oprovince;
|
|
|
}
|
|
|
|
|
|
- public void setProvince(String province) {
|
|
|
- this.province = province;
|
|
|
+ public void setOprovince(String oprovince) {
|
|
|
+ this.oprovince = oprovince;
|
|
|
}
|
|
|
|
|
|
- public String getCity() {
|
|
|
- return city;
|
|
|
+ public String getOcity() {
|
|
|
+ return ocity;
|
|
|
}
|
|
|
|
|
|
- public void setCity(String city) {
|
|
|
- this.city = city;
|
|
|
+ public void setOcity(String ocity) {
|
|
|
+ this.ocity = ocity;
|
|
|
}
|
|
|
|
|
|
public Integer getMaturity() {
|