|
@ -49,6 +49,8 @@ public class PrescriptionExpressageVO extends Result {
|
|
|
//付款方式:1:寄方付,2:收方付 3:第三方付
|
|
|
private Integer pay_method;
|
|
|
|
|
|
private String receive_time;//收件时间
|
|
|
|
|
|
//订单的药品详情
|
|
|
private List<PrescriptionInfo> infos = new ArrayList<>();
|
|
|
|
|
@ -195,4 +197,12 @@ public class PrescriptionExpressageVO extends Result {
|
|
|
public void setDestcode(String destcode) {
|
|
|
this.destcode = destcode;
|
|
|
}
|
|
|
|
|
|
public String getReceive_time() {
|
|
|
return receive_time;
|
|
|
}
|
|
|
|
|
|
public void setReceive_time(String receive_time) {
|
|
|
this.receive_time = receive_time;
|
|
|
}
|
|
|
}
|