Commit 80c96e55 by Huang Linyu

remove vipPrice

parent da02e6cf
......@@ -20,8 +20,6 @@ public class AggregationResourceBean {
private Double salePrice;
private Double vipPrice;
private Double prepaidPrice;
private Double marketPrice;
......@@ -402,12 +400,4 @@ public class AggregationResourceBean {
this.communeMinus = communeMinus;
}
public Double getVipPrice() {
return vipPrice;
}
public void setVipPrice(Double vipPrice) {
this.vipPrice = vipPrice;
}
}
......@@ -81,8 +81,6 @@ public class AsmCourseresourceBean implements java.io.Serializable {
private double cashRebate;
private double vipSaveAmount;
private double vipPrice;
// V5.3.2添加
/**
......@@ -573,12 +571,6 @@ 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;
}
public double getVipSaveAmount() {
return vipSaveAmount;
}
......
......@@ -125,8 +125,6 @@ public class ResourcePriceBean implements Serializable {
private String updateUser;
private double vipPrice;
public Integer getId() {
return id;
......@@ -377,13 +375,5 @@ public class ResourcePriceBean implements Serializable {
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