Commit 285cde15 by 徐高华

核销时间

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