|
|
@@ -3,32 +3,42 @@ package com.goafanti.portal.bo;
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
public class DemandPortalDetailBo {
|
|
|
- private String id;
|
|
|
+ private String id;
|
|
|
|
|
|
- private String name;
|
|
|
+ private String name;
|
|
|
|
|
|
- private String keyword;
|
|
|
+ private String keyword;
|
|
|
|
|
|
- private Integer industryCategoryA;
|
|
|
+ private Integer industryCategoryA;
|
|
|
|
|
|
- private String industryCategoryAS;
|
|
|
+ private String industryCategoryAS;
|
|
|
|
|
|
- private String industryCategoryBS;
|
|
|
+ private String industryCategoryBS;
|
|
|
|
|
|
- private BigDecimal budgetCost;
|
|
|
+ private BigDecimal budgetCost;
|
|
|
|
|
|
- private String province;
|
|
|
+ private String budgetCostS;
|
|
|
|
|
|
- private String city;
|
|
|
+ private String province;
|
|
|
|
|
|
- private String problemDes;
|
|
|
+ private String city;
|
|
|
|
|
|
- private String interestId;
|
|
|
+ private String problemDes;
|
|
|
|
|
|
- private String location;
|
|
|
+ private String interestId;
|
|
|
+
|
|
|
+ private String location;
|
|
|
+
|
|
|
+ private String industryCategory;
|
|
|
+
|
|
|
+ public String getBudgetCostS() {
|
|
|
+ return budgetCostS;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBudgetCostS(String budgetCostS) {
|
|
|
+ this.budgetCostS = budgetCostS;
|
|
|
+ }
|
|
|
|
|
|
- private String industryCategory;
|
|
|
-
|
|
|
public String getIndustryCategory() {
|
|
|
return industryCategory;
|
|
|
}
|
|
|
@@ -85,7 +95,6 @@ public class DemandPortalDetailBo {
|
|
|
this.industryCategoryA = industryCategoryA;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
public String getIndustryCategoryAS() {
|
|
|
return industryCategoryAS;
|
|
|
}
|
|
|
@@ -134,5 +143,4 @@ public class DemandPortalDetailBo {
|
|
|
this.city = city;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
}
|