Commit 12dd72eb by 徐高华

核销码

parent d2036608
......@@ -116,6 +116,17 @@ public class OrderDetailVO implements Serializable {
*/
private Date pickUpTime;
// 核销码
private String writeOffCode ;
public String getWriteOffCode() {
return writeOffCode;
}
public void setWriteOffCode(String writeOffCode) {
this.writeOffCode = writeOffCode;
}
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