|
|
@@ -81,7 +81,7 @@ public class CustomerInfo {
|
|
|
/**
|
|
|
* 办公地址
|
|
|
*/
|
|
|
- private String cu_officeaddcode;
|
|
|
+ private String cu_officeadd;
|
|
|
|
|
|
/**
|
|
|
* 经营范围
|
|
|
@@ -241,12 +241,12 @@ public class CustomerInfo {
|
|
|
this.cu_redaddcode = cu_redaddcode;
|
|
|
}
|
|
|
|
|
|
- public String getCu_officeaddcode() {
|
|
|
- return cu_officeaddcode;
|
|
|
+ public String getCu_officeadd() {
|
|
|
+ return cu_officeadd;
|
|
|
}
|
|
|
|
|
|
- public void setCu_officeaddcode(String cu_officeaddcode) {
|
|
|
- this.cu_officeaddcode = cu_officeaddcode;
|
|
|
+ public void setCu_officeadd(String cu_officeadd) {
|
|
|
+ this.cu_officeadd = cu_officeadd;
|
|
|
}
|
|
|
|
|
|
public String getCu_businsscope() {
|
|
|
@@ -318,7 +318,7 @@ public class CustomerInfo {
|
|
|
this.cu_regcapital = info.getCu_regcapital();
|
|
|
this.cu_paidincapital = info.getCu_paidincapital();
|
|
|
this.cu_redaddcode = info.getCu_redaddcode();
|
|
|
- this.cu_officeaddcode = info.getCu_officeaddcode();
|
|
|
+ this.cu_officeadd = info.getCu_businesscode();
|
|
|
this.cu_businsscope = info.getCu_businsscope();
|
|
|
this.cu_others = info.getCu_others();
|
|
|
this.cu_enuu = info.getCu_enuu();
|