|
@@ -50,7 +50,7 @@ public class BatchInProduct {
|
|
|
/**
|
|
/**
|
|
|
* 联系人姓名
|
|
* 联系人姓名
|
|
|
*/
|
|
*/
|
|
|
- private String bip_buyername;
|
|
|
|
|
|
|
+ private String em_name;
|
|
|
|
|
|
|
|
public Long getBip_id() {
|
|
public Long getBip_id() {
|
|
|
return bip_id;
|
|
return bip_id;
|
|
@@ -116,11 +116,11 @@ public class BatchInProduct {
|
|
|
this.bip_mobile = bip_mobile;
|
|
this.bip_mobile = bip_mobile;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public String getBip_buyername() {
|
|
|
|
|
- return bip_buyername;
|
|
|
|
|
|
|
+ public String getEm_name() {
|
|
|
|
|
+ return em_name;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public void setBip_buyername(String bip_buyername) {
|
|
|
|
|
- this.bip_buyername = bip_buyername;
|
|
|
|
|
|
|
+ public void setEm_name(String em_name) {
|
|
|
|
|
+ this.em_name = em_name;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|