|
|
@ -9,7 +9,7 @@ import com.ruoyi.common.core.domain.BaseEntity; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 单位会员对象 unit_member |
|
|
|
* 单位会员对象 unit_member |
|
|
|
* |
|
|
|
* |
|
|
|
* @author ruoyi |
|
|
|
* @author ruoyi |
|
|
|
* @date 2024-07-19 |
|
|
|
* @date 2024-07-19 |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -98,6 +98,10 @@ public class UnitMember extends BaseEntity |
|
|
|
private String contactNumber; |
|
|
|
private String contactNumber; |
|
|
|
@Excel(name = "信息来源",dictType="data_sources") |
|
|
|
@Excel(name = "信息来源",dictType="data_sources") |
|
|
|
private String dataSources; |
|
|
|
private String dataSources; |
|
|
|
|
|
|
|
@Excel(name = "法定代表人联系电话") |
|
|
|
|
|
|
|
private String representativePhone; |
|
|
|
|
|
|
|
@Excel(name = "非法人组织负责人联系电话") |
|
|
|
|
|
|
|
private String organizationPhone; |
|
|
|
/** 单位基本信息 */ |
|
|
|
/** 单位基本信息 */ |
|
|
|
// @Excel(name = "单位基本信息")
|
|
|
|
// @Excel(name = "单位基本信息")
|
|
|
|
private String basicInformationOfTheUnit; |
|
|
|
private String basicInformationOfTheUnit; |
|
|
@ -122,6 +126,22 @@ public class UnitMember extends BaseEntity |
|
|
|
private String registrationAuthorityCityName; |
|
|
|
private String registrationAuthorityCityName; |
|
|
|
private String registrationAuthorityAreaName; |
|
|
|
private String registrationAuthorityAreaName; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getRepresentativePhone() { |
|
|
|
|
|
|
|
return representativePhone; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setRepresentativePhone(String representativePhone) { |
|
|
|
|
|
|
|
this.representativePhone = representativePhone; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getOrganizationPhone() { |
|
|
|
|
|
|
|
return organizationPhone; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setOrganizationPhone(String organizationPhone) { |
|
|
|
|
|
|
|
this.organizationPhone = organizationPhone; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getRegistrationAuthorityProvinceName() { |
|
|
|
public String getRegistrationAuthorityProvinceName() { |
|
|
|
return registrationAuthorityProvinceName; |
|
|
|
return registrationAuthorityProvinceName; |
|
|
|
} |
|
|
|
} |
|
|
@ -204,160 +224,160 @@ public class UnitMember extends BaseEntity |
|
|
|
this.registrationAuthorityCity = registrationAuthorityCity; |
|
|
|
this.registrationAuthorityCity = registrationAuthorityCity; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getRegistrationAuthorityCity() |
|
|
|
public String getRegistrationAuthorityCity() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return registrationAuthorityCity; |
|
|
|
return registrationAuthorityCity; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setRegistrationAuthorityArea(String registrationAuthorityArea) |
|
|
|
public void setRegistrationAuthorityArea(String registrationAuthorityArea) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.registrationAuthorityArea = registrationAuthorityArea; |
|
|
|
this.registrationAuthorityArea = registrationAuthorityArea; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getRegistrationAuthorityArea() |
|
|
|
public String getRegistrationAuthorityArea() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return registrationAuthorityArea; |
|
|
|
return registrationAuthorityArea; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setRegisteredCapital(String registeredCapital) |
|
|
|
public void setRegisteredCapital(String registeredCapital) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.registeredCapital = registeredCapital; |
|
|
|
this.registeredCapital = registeredCapital; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getRegisteredCapital() |
|
|
|
public String getRegisteredCapital() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return registeredCapital; |
|
|
|
return registeredCapital; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setLegalRepresentative(String legalRepresentative) |
|
|
|
public void setLegalRepresentative(String legalRepresentative) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.legalRepresentative = legalRepresentative; |
|
|
|
this.legalRepresentative = legalRepresentative; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLegalRepresentative() |
|
|
|
public String getLegalRepresentative() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return legalRepresentative; |
|
|
|
return legalRepresentative; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setHeadOfAnUnincorporatedOrganization(String headOfAnUnincorporatedOrganization) |
|
|
|
public void setHeadOfAnUnincorporatedOrganization(String headOfAnUnincorporatedOrganization) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.headOfAnUnincorporatedOrganization = headOfAnUnincorporatedOrganization; |
|
|
|
this.headOfAnUnincorporatedOrganization = headOfAnUnincorporatedOrganization; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getHeadOfAnUnincorporatedOrganization() |
|
|
|
public String getHeadOfAnUnincorporatedOrganization() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return headOfAnUnincorporatedOrganization; |
|
|
|
return headOfAnUnincorporatedOrganization; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setUnitType(String unitType) |
|
|
|
public void setUnitType(String unitType) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.unitType = unitType; |
|
|
|
this.unitType = unitType; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getUnitType() |
|
|
|
public String getUnitType() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return unitType; |
|
|
|
return unitType; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setApplicationLevel(String applicationLevel) |
|
|
|
public void setApplicationLevel(String applicationLevel) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.applicationLevel = applicationLevel; |
|
|
|
this.applicationLevel = applicationLevel; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getApplicationLevel() |
|
|
|
public String getApplicationLevel() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return applicationLevel; |
|
|
|
return applicationLevel; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setLegalAuthorityName(String legalAuthorityName) |
|
|
|
public void setLegalAuthorityName(String legalAuthorityName) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.legalAuthorityName = legalAuthorityName; |
|
|
|
this.legalAuthorityName = legalAuthorityName; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLegalAuthorityName() |
|
|
|
public String getLegalAuthorityName() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return legalAuthorityName; |
|
|
|
return legalAuthorityName; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setLegalAuthoritySex(String legalAuthoritySex) |
|
|
|
public void setLegalAuthoritySex(String legalAuthoritySex) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.legalAuthoritySex = legalAuthoritySex; |
|
|
|
this.legalAuthoritySex = legalAuthoritySex; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLegalAuthoritySex() |
|
|
|
public String getLegalAuthoritySex() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return legalAuthoritySex; |
|
|
|
return legalAuthoritySex; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setLegalAuthorityNationality(String legalAuthorityNationality) |
|
|
|
public void setLegalAuthorityNationality(String legalAuthorityNationality) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.legalAuthorityNationality = legalAuthorityNationality; |
|
|
|
this.legalAuthorityNationality = legalAuthorityNationality; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLegalAuthorityNationality() |
|
|
|
public String getLegalAuthorityNationality() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return legalAuthorityNationality; |
|
|
|
return legalAuthorityNationality; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setLegalAuthorityPoliticalStatus(String legalAuthorityPoliticalStatus) |
|
|
|
public void setLegalAuthorityPoliticalStatus(String legalAuthorityPoliticalStatus) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.legalAuthorityPoliticalStatus = legalAuthorityPoliticalStatus; |
|
|
|
this.legalAuthorityPoliticalStatus = legalAuthorityPoliticalStatus; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLegalAuthorityPoliticalStatus() |
|
|
|
public String getLegalAuthorityPoliticalStatus() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return legalAuthorityPoliticalStatus; |
|
|
|
return legalAuthorityPoliticalStatus; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setLegalAuthorityWorkingDepartment(String legalAuthorityWorkingDepartment) |
|
|
|
public void setLegalAuthorityWorkingDepartment(String legalAuthorityWorkingDepartment) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.legalAuthorityWorkingDepartment = legalAuthorityWorkingDepartment; |
|
|
|
this.legalAuthorityWorkingDepartment = legalAuthorityWorkingDepartment; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLegalAuthorityWorkingDepartment() |
|
|
|
public String getLegalAuthorityWorkingDepartment() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return legalAuthorityWorkingDepartment; |
|
|
|
return legalAuthorityWorkingDepartment; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setLegalAuthorityPosition(String legalAuthorityPosition) |
|
|
|
public void setLegalAuthorityPosition(String legalAuthorityPosition) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.legalAuthorityPosition = legalAuthorityPosition; |
|
|
|
this.legalAuthorityPosition = legalAuthorityPosition; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLegalAuthorityPosition() |
|
|
|
public String getLegalAuthorityPosition() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return legalAuthorityPosition; |
|
|
|
return legalAuthorityPosition; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setLegalAuthorityIdNumber(String legalAuthorityIdNumber) |
|
|
|
public void setLegalAuthorityIdNumber(String legalAuthorityIdNumber) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.legalAuthorityIdNumber = legalAuthorityIdNumber; |
|
|
|
this.legalAuthorityIdNumber = legalAuthorityIdNumber; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLegalAuthorityIdNumber() |
|
|
|
public String getLegalAuthorityIdNumber() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return legalAuthorityIdNumber; |
|
|
|
return legalAuthorityIdNumber; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setContactNumber(String contactNumber) |
|
|
|
public void setContactNumber(String contactNumber) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.contactNumber = contactNumber; |
|
|
|
this.contactNumber = contactNumber; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getContactNumber() |
|
|
|
public String getContactNumber() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return contactNumber; |
|
|
|
return contactNumber; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setBasicInformationOfTheUnit(String basicInformationOfTheUnit) |
|
|
|
public void setBasicInformationOfTheUnit(String basicInformationOfTheUnit) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.basicInformationOfTheUnit = basicInformationOfTheUnit; |
|
|
|
this.basicInformationOfTheUnit = basicInformationOfTheUnit; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getBasicInformationOfTheUnit() |
|
|
|
public String getBasicInformationOfTheUnit() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return basicInformationOfTheUnit; |
|
|
|
return basicInformationOfTheUnit; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setCorporate(String corporate) |
|
|
|
public void setCorporate(String corporate) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.corporate = corporate; |
|
|
|
this.corporate = corporate; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getCorporate() |
|
|
|
public String getCorporate() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return corporate; |
|
|
|
return corporate; |
|
|
|
} |
|
|
|
} |
|
|
|
public void setUnincorporatedOrganizations(String unincorporatedOrganizations) |
|
|
|
public void setUnincorporatedOrganizations(String unincorporatedOrganizations) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.unincorporatedOrganizations = unincorporatedOrganizations; |
|
|
|
this.unincorporatedOrganizations = unincorporatedOrganizations; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getUnincorporatedOrganizations() |
|
|
|
public String getUnincorporatedOrganizations() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return unincorporatedOrganizations; |
|
|
|
return unincorporatedOrganizations; |
|
|
|
} |
|
|
|
} |
|
|
|