|
|
@@ -13,6 +13,24 @@ public class InputUserData {
|
|
|
private Integer industry;
|
|
|
private Integer nature;
|
|
|
private String natureOther;
|
|
|
+ private Integer enterpriseNature;
|
|
|
+ private Integer listedNature;
|
|
|
+
|
|
|
+ public Integer getEnterpriseNature() {
|
|
|
+ return enterpriseNature;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEnterpriseNature(Integer enterpriseNature) {
|
|
|
+ this.enterpriseNature = enterpriseNature;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getListedNature() {
|
|
|
+ return listedNature;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setListedNature(Integer listedNature) {
|
|
|
+ this.listedNature = listedNature;
|
|
|
+ }
|
|
|
|
|
|
public Integer getNature() {
|
|
|
return nature;
|