Commit 3946a000 by zzd

线下预约

parent 028a59eb
......@@ -151,6 +151,19 @@ public class OfflinePreInfoVO implements Serializable {
*/
private String writeOffImgUrl;
/**
* 核销兑换数量
*/
private Integer writeOffExchangeNum;
public Integer getWriteOffExchangeNum() {
return writeOffExchangeNum;
}
public void setWriteOffExchangeNum(Integer writeOffExchangeNum) {
this.writeOffExchangeNum = writeOffExchangeNum;
}
public String getOfflinePreId() {
return offlinePreId;
}
......
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