Commit 3c6e9ffa by zzd

Merge branch 'feature-offline-activity' into developer

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