Commit c7f44000 by unknown

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

parents 4dde0c4d 80c96e55
......@@ -79,6 +79,7 @@ public class AsmCourseresourceBean implements java.io.Serializable {
* 返现金额
*/
private double cashRebate;
private double vipSaveAmount;
// V5.3.2添加
......@@ -570,5 +571,11 @@ public class AsmCourseresourceBean implements java.io.Serializable {
public void setRealTimeTeeTimeType(Integer realTimeTeeTimeType) {
this.realTimeTeeTimeType = realTimeTeeTimeType;
}
public double getVipSaveAmount() {
return vipSaveAmount;
}
public void setVipSaveAmount(double vipSaveAmount) {
this.vipSaveAmount = vipSaveAmount;
}
}
......@@ -125,8 +125,6 @@ public class ResourcePriceBean implements Serializable {
private String updateUser;
private double vipPrice;
public Integer getId() {
return id;
......@@ -376,14 +374,6 @@ public class ResourcePriceBean implements Serializable {
public void setUpdateUser(String updateUser) {
this.updateUser = updateUser;
}
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