|
@@ -17,11 +17,11 @@ public class SaleDown {
|
|
|
private long b2b_pu_id;
|
|
private long b2b_pu_id;
|
|
|
private String sa_code;
|
|
private String sa_code;
|
|
|
private String sa_pocode;
|
|
private String sa_pocode;
|
|
|
- private long sa_customeruu;// 客户UU
|
|
|
|
|
|
|
+ private Long sa_customeruu;// 客户UU
|
|
|
private String sa_custcontact;// 客户联系人
|
|
private String sa_custcontact;// 客户联系人
|
|
|
private Long sa_custcontactuu;// 客户联系人UU
|
|
private Long sa_custcontactuu;// 客户联系人UU
|
|
|
private String sa_custmobile;// 客户联系人手机号
|
|
private String sa_custmobile;// 客户联系人手机号
|
|
|
- private long sa_useruu;// 企业业务员UU
|
|
|
|
|
|
|
+ private Long sa_useruu;// 企业业务员UU
|
|
|
private Date sa_date;
|
|
private Date sa_date;
|
|
|
private Date sa_recorddate;
|
|
private Date sa_recorddate;
|
|
|
private String sa_payments;
|
|
private String sa_payments;
|
|
@@ -54,11 +54,11 @@ public class SaleDown {
|
|
|
this.sa_pocode = sa_pocode;
|
|
this.sa_pocode = sa_pocode;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public long getSa_customeruu() {
|
|
|
|
|
|
|
+ public Long getSa_customeruu() {
|
|
|
return sa_customeruu;
|
|
return sa_customeruu;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public void setSa_customeruu(long sa_customeruu) {
|
|
|
|
|
|
|
+ public void setSa_customeruu(Long sa_customeruu) {
|
|
|
this.sa_customeruu = sa_customeruu;
|
|
this.sa_customeruu = sa_customeruu;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -118,11 +118,11 @@ public class SaleDown {
|
|
|
this.saleDownDetails = saleDownDetails;
|
|
this.saleDownDetails = saleDownDetails;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public long getSa_useruu() {
|
|
|
|
|
|
|
+ public Long getSa_useruu() {
|
|
|
return sa_useruu;
|
|
return sa_useruu;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public void setSa_useruu(long sa_useruu) {
|
|
|
|
|
|
|
+ public void setSa_useruu(Long sa_useruu) {
|
|
|
this.sa_useruu = sa_useruu;
|
|
this.sa_useruu = sa_useruu;
|
|
|
}
|
|
}
|
|
|
|
|
|