Commit 285cde15 by 徐高华

核销时间

parent 9afee379
...@@ -72,7 +72,17 @@ public class OrderListVO implements Serializable { ...@@ -72,7 +72,17 @@ public class OrderListVO implements Serializable {
private String belongStoreId; private String belongStoreId;
private String belongClerkName ; private String belongClerkName ;
// 自提时间
private Date pickUpTime ;
public Date getPickUpTime() {
return pickUpTime;
}
public void setPickUpTime(Date pickUpTime) {
this.pickUpTime = pickUpTime;
}
public String getBelongClerkName() { public String getBelongClerkName() {
return belongClerkName; return belongClerkName;
} }
......
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