瀏覽代碼

修改字段

黄远 5 年之前
父節點
當前提交
9a25e4431b

+ 4 - 0
lift-system-service/src/main/java/cn/com/ty/lift/system/settings/dao/entity/MaintenanceCompany.java

@@ -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();
     }
 }

+ 3 - 0
lift-system-service/src/main/java/cn/com/ty/lift/system/settings/dao/entity/MtCompanyAttestation.java

@@ -79,6 +79,9 @@ public class MtCompanyAttestation implements Serializable {
     @TableField("tax_registration")
     private String taxRegistration;
 
+    @TableField("province_code")
+    private String provinceCode;
+
     /**
      * 创建时间
      */