|
|
@@ -7,6 +7,7 @@ import java.util.List;
|
|
|
|
|
|
public class UserArchivesDetails extends UserArchives {
|
|
|
private String industryName;
|
|
|
+ private Integer industry;
|
|
|
private String orgCode;
|
|
|
private String businessScope;
|
|
|
private String intendedProject;
|
|
|
@@ -15,6 +16,13 @@ public class UserArchivesDetails extends UserArchives {
|
|
|
|
|
|
List<OrganizationContactBook> contactList;
|
|
|
|
|
|
+ public Integer getIndustry() {
|
|
|
+ return industry;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIndustry(Integer industry) {
|
|
|
+ this.industry = industry;
|
|
|
+ }
|
|
|
|
|
|
public String getNickname() {
|
|
|
return nickname;
|