|
@@ -15,13 +15,13 @@ public class RecdetailView {
|
|
|
|
|
|
|
|
private String PU_BUYERNAME;
|
|
private String PU_BUYERNAME;
|
|
|
|
|
|
|
|
- private Date pb_date;
|
|
|
|
|
|
|
+ private Date rb_date;
|
|
|
|
|
|
|
|
private Double cu_beginaramount;
|
|
private Double cu_beginaramount;
|
|
|
|
|
|
|
|
- private Double pb_pdamount;
|
|
|
|
|
|
|
+ private Double rb_rdamount;
|
|
|
|
|
|
|
|
- private Double pb_pbdamount;
|
|
|
|
|
|
|
+ private Double rb_rbdamount;
|
|
|
|
|
|
|
|
private Double mustpay;
|
|
private Double mustpay;
|
|
|
|
|
|
|
@@ -88,14 +88,6 @@ public class RecdetailView {
|
|
|
this.PU_BUYERNAME = PU_BUYERNAME == null ? null : PU_BUYERNAME.trim();
|
|
this.PU_BUYERNAME = PU_BUYERNAME == null ? null : PU_BUYERNAME.trim();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public Date getPb_date() {
|
|
|
|
|
- return pb_date;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setPb_date(Date pb_date) {
|
|
|
|
|
- this.pb_date = pb_date;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
public Double getCu_beginaramount() {
|
|
public Double getCu_beginaramount() {
|
|
|
return cu_beginaramount;
|
|
return cu_beginaramount;
|
|
|
}
|
|
}
|
|
@@ -104,22 +96,6 @@ public class RecdetailView {
|
|
|
this.cu_beginaramount = cu_beginaramount;
|
|
this.cu_beginaramount = cu_beginaramount;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public Double getPb_pdamount() {
|
|
|
|
|
- return pb_pdamount;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setPb_pdamount(Double pb_pdamount) {
|
|
|
|
|
- this.pb_pdamount = pb_pdamount;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Double getPb_pbdamount() {
|
|
|
|
|
- return pb_pbdamount;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setPb_pbdamount(Double pb_pbdamount) {
|
|
|
|
|
- this.pb_pbdamount = pb_pbdamount;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
public Double getMustpay() {
|
|
public Double getMustpay() {
|
|
|
return mustpay;
|
|
return mustpay;
|
|
|
}
|
|
}
|
|
@@ -151,4 +127,28 @@ public class RecdetailView {
|
|
|
public void setPi_remark(String pi_remark) {
|
|
public void setPi_remark(String pi_remark) {
|
|
|
this.pi_remark = pi_remark == null ? null : pi_remark.trim();
|
|
this.pi_remark = pi_remark == null ? null : pi_remark.trim();
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public Date getRb_date() {
|
|
|
|
|
+ return rb_date;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setRb_date(Date rb_date) {
|
|
|
|
|
+ this.rb_date = rb_date;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Double getRb_rdamount() {
|
|
|
|
|
+ return rb_rdamount;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setRb_rdamount(Double rb_rdamount) {
|
|
|
|
|
+ this.rb_rdamount = rb_rdamount;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Double getRb_rbdamount() {
|
|
|
|
|
+ return rb_rbdamount;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setRb_rbdamount(Double rb_rbdamount) {
|
|
|
|
|
+ this.rb_rbdamount = rb_rbdamount;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|