|
|
@@ -25,7 +25,7 @@ public class CustomerCheckView {
|
|
|
|
|
|
private Double qty;
|
|
|
|
|
|
- private Double pd_orderprice;
|
|
|
+ private Double pd_sendprice;
|
|
|
|
|
|
private Double pd_taxrate;
|
|
|
|
|
|
@@ -161,12 +161,12 @@ public class CustomerCheckView {
|
|
|
this.qty = qty;
|
|
|
}
|
|
|
|
|
|
- public Double getPd_orderprice() {
|
|
|
- return pd_orderprice;
|
|
|
+ public Double getPd_sendprice() {
|
|
|
+ return pd_sendprice;
|
|
|
}
|
|
|
|
|
|
- public void setPd_orderprice(Double pd_orderprice) {
|
|
|
- this.pd_orderprice = pd_orderprice;
|
|
|
+ public void setPd_sendprice(Double pd_sendprice) {
|
|
|
+ this.pd_sendprice = pd_sendprice;
|
|
|
}
|
|
|
|
|
|
public Double getPd_taxrate() {
|