Commit 6e2a79d5 by 徐高华

test

parent 7a2cb03f
......@@ -74,7 +74,17 @@ public class OrderListVO implements Serializable {
private String belongClerkName ;
// 自提时间
private Date pickUpTime ;
// 应付总额
private Double mallProAllPrice ;
public Double getMallProAllPrice() {
return mallProAllPrice;
}
public void setMallProAllPrice(Double mallProAllPrice) {
this.mallProAllPrice = mallProAllPrice;
}
public Date getPickUpTime() {
return pickUpTime;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment