Commit 5bc9e4fe by unknown

add the modify the teetime in eventactivity

parent fb32a73e
......@@ -12,7 +12,14 @@ public class EventActivityOrderProcessBean extends AbstractOrderProcessBean {
* TeeTime
*/
private String teeTime;
/**
* productId
* */
private int productId;
public String getUid() {
return uid;
}
......@@ -29,4 +36,14 @@ public class EventActivityOrderProcessBean extends AbstractOrderProcessBean {
this.teeTime = teeTime;
}
public int getProductId() {
return productId;
}
public void setProductId(int productId) {
this.productId = productId;
}
}
......@@ -42,6 +42,10 @@ public class OpEventActivityOrderBean extends AbstractOpOrderBean {
* 球场id
*/
private Integer courseId;
/**
* 产品id
*/
private Integer productId;
/**
* 活动日期
......@@ -197,4 +201,14 @@ public class OpEventActivityOrderBean extends AbstractOpOrderBean {
this.realTimeTeeTimeType = realTimeTeeTimeType;
}
public Integer getProductId() {
return productId;
}
public void setProductId(Integer productId) {
this.productId = productId;
}
}
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