Commit 9e33ac29 by unknown

add the eventactivity part refund

parent a6042c54
......@@ -20,6 +20,9 @@ public class EventActivityOrderProcessBean extends AbstractOrderProcessBean {
private int productId;
private String playerNum;
public String getUid() {
return uid;
}
......@@ -43,6 +46,14 @@ public class EventActivityOrderProcessBean extends AbstractOrderProcessBean {
public void setProductId(int productId) {
this.productId = productId;
}
public String getPlayerNum() {
return playerNum;
}
public void setPlayerNum(String playerNum) {
this.playerNum = playerNum;
}
......
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 sign in to comment