Commit 4495596a by Huang Linyu

add vipPrice

parent 7edf120a
......@@ -79,6 +79,8 @@ public class AsmCourseresourceBean implements java.io.Serializable {
* 返现金额
*/
private double cashRebate;
private double vipPrice;
// V5.3.2添加
......@@ -570,5 +572,11 @@ public class AsmCourseresourceBean implements java.io.Serializable {
public void setRealTimeTeeTimeType(Integer realTimeTeeTimeType) {
this.realTimeTeeTimeType = realTimeTeeTimeType;
}
public double getVipPrice() {
return vipPrice;
}
public void setVipPrice(double vipPrice) {
this.vipPrice = vipPrice;
}
}
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