Commit f2dd4c0f by 徐高华

自提截止时间

parent 4ebb887f
......@@ -129,6 +129,11 @@ public class OrderDetailVO implements Serializable {
*/
private Date pickUpTime;
/**
* 自提截止时间
*/
private Date pickUpOverTime ;
// 核销码
private String writeOffCode ;
// 核销导购
......@@ -140,6 +145,14 @@ public class OrderDetailVO implements Serializable {
// 物流包裹列表
private List<String> orderLogisticsIdList ;
public Date getPickUpOverTime() {
return pickUpOverTime;
}
public void setPickUpOverTime(Date pickUpOverTime) {
this.pickUpOverTime = pickUpOverTime;
}
public Integer getUsePoint() {
return usePoint;
}
......
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