Commit 0dbf9bc9 by Huang Linyu

Merge branch 'f-6.6.5' of 192.168.10.6:caosy/fun-common into f-6.6.5

parents 57746098 ca8bb020
......@@ -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