|
|
@@ -72,10 +72,12 @@ public class OutSelectUserArchives {
|
|
|
*/
|
|
|
// @Excel(name = "对外投资控股的行业")
|
|
|
// private String externalInvestIndustry;
|
|
|
+ @Excel(name = "对外投资控股的行业")
|
|
|
+ private String externalInvestIndustryName;
|
|
|
/**
|
|
|
* 对外投资控股的企业名称
|
|
|
*/
|
|
|
- @Excel(name = "对外投资控股的企业名称")
|
|
|
+ @Excel(name = "对外投资控股的企业")
|
|
|
private String externalInvestName;
|
|
|
/**
|
|
|
* 对外投资控股的企业编号
|
|
|
@@ -85,14 +87,54 @@ public class OutSelectUserArchives {
|
|
|
/**
|
|
|
* 对外投资控股的行业名称
|
|
|
*/
|
|
|
- @Excel(name = "对外投资控股的行业名称")
|
|
|
- private String externalInvestIndustryName;
|
|
|
+
|
|
|
@Excel(name = "所属部门")
|
|
|
private String depName;
|
|
|
@Excel(name = "修改时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date updateTime;
|
|
|
private String publicContent;
|
|
|
|
|
|
+
|
|
|
+ public Integer getCompanyCount() {
|
|
|
+ return companyCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCompanyCount(Integer companyCount) {
|
|
|
+ this.companyCount = companyCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getSocialSecurityCount() {
|
|
|
+ return socialSecurityCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSocialSecurityCount(Integer socialSecurityCount) {
|
|
|
+ this.socialSecurityCount = socialSecurityCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getExternalInvestCount() {
|
|
|
+ return externalInvestCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExternalInvestCount(Integer externalInvestCount) {
|
|
|
+ this.externalInvestCount = externalInvestCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getExternalInvestIndustryName() {
|
|
|
+ return externalInvestIndustryName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExternalInvestIndustryName(String externalInvestIndustryName) {
|
|
|
+ this.externalInvestIndustryName = externalInvestIndustryName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getExternalInvestName() {
|
|
|
+ return externalInvestName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExternalInvestName(String externalInvestName) {
|
|
|
+ this.externalInvestName = externalInvestName;
|
|
|
+ }
|
|
|
+
|
|
|
public String getContactMobile() {
|
|
|
return contactMobile;
|
|
|
}
|