|
|
@@ -26,7 +26,7 @@ public class SaleOut {
|
|
|
private Float pi_rate;
|
|
|
private long cu_uu;
|
|
|
private long cu_contactuu;
|
|
|
- private String pi_payments;
|
|
|
+ private String pi_payment;
|
|
|
private String pi_remark;
|
|
|
private String pi_recordman;
|
|
|
private String pi_auditman;
|
|
|
@@ -88,12 +88,12 @@ public class SaleOut {
|
|
|
this.pi_rate = pi_rate;
|
|
|
}
|
|
|
|
|
|
- public String getPi_payments() {
|
|
|
- return pi_payments;
|
|
|
+ public String getPi_payment() {
|
|
|
+ return pi_payment;
|
|
|
}
|
|
|
|
|
|
- public void setPi_payments(String pi_payments) {
|
|
|
- this.pi_payments = pi_payments;
|
|
|
+ public void setPi_payment(String pi_payment) {
|
|
|
+ this.pi_payment = pi_payment;
|
|
|
}
|
|
|
|
|
|
public String getPi_remark() {
|
|
|
@@ -146,7 +146,7 @@ public class SaleOut {
|
|
|
send.setCustUserUU(this.cu_contactuu);
|
|
|
send.setCustUU(this.cu_uu);
|
|
|
send.setEnUU(SystemSession.getUser().getEnterprise().getUu());
|
|
|
- send.setPayments(this.pi_payments);
|
|
|
+ send.setPayments(this.pi_payment);
|
|
|
send.setRate(this.pi_rate);
|
|
|
send.setRemark(this.pi_remark);
|
|
|
send.setRecorder(this.pi_recordman);
|