|
@@ -201,6 +201,9 @@ public class MaintenanceCompany implements Serializable {
|
|
|
@TableField("vip_flag")
|
|
|
private Integer vipFlag;
|
|
|
|
|
|
+ @TableField("province_code")
|
|
|
+ private String provinceCode;
|
|
|
+
|
|
|
/**
|
|
|
* 团队人数
|
|
|
*/
|
|
@@ -228,5 +231,6 @@ public class MaintenanceCompany implements Serializable {
|
|
|
this.telephone = mtCompanyAttestation.getContactsTel();
|
|
|
this.logoImg = mtCompanyAttestation.getLogoImg();
|
|
|
this.businessLicenseAnnex = mtCompanyAttestation.getBusinessLicenseAnnex();
|
|
|
+ this.provinceCode = mtCompanyAttestation.getProvinceCode();
|
|
|
}
|
|
|
}
|