Browse Source

修改客户表中的注册地址

scr 8 years ago
parent
commit
78bf0ff4dd

+ 6 - 6
src/main/java/com/uas/erp/schedular/finance/domain/CustomerInfo.java

@@ -77,7 +77,7 @@ public class CustomerInfo {
     /**
      * 公司注册地
      */
-    private String cu_redaddcode;
+    private String cu_regadd;
     /**
      * 办公地址
      */
@@ -233,12 +233,12 @@ public class CustomerInfo {
         this.cu_paidincapital = cu_paidincapital;
     }
 
-    public String getCu_redaddcode() {
-        return cu_redaddcode;
+    public String getCu_regadd() {
+        return cu_regadd;
     }
 
-    public void setCu_redaddcode(String cu_redaddcode) {
-        this.cu_redaddcode = cu_redaddcode;
+    public void setCu_regadd(String cu_regadd) {
+        this.cu_regadd = cu_regadd;
     }
 
     public String getCu_officeadd() {
@@ -317,7 +317,7 @@ public class CustomerInfo {
             this.cu_capcurrency = info.getCu_capcurrency();
             this.cu_regcapital = info.getCu_regcapital();
             this.cu_paidincapital = info.getCu_paidincapital();
-            this.cu_redaddcode = info.getCu_redaddcode();
+            this.cu_regadd = info.getCu_regadd();
             this.cu_officeadd = info.getCu_officeadd();
             this.cu_businsscope = info.getCu_businsscope();
             this.cu_others = info.getCu_others();