Commit ca22ef05 by unknown

add the vip value to courselist and detail

parent d9eb3ba5
......@@ -24,6 +24,10 @@ public class AggregationCourseResourceBean {
private String message;
private Double vipFirstReduction;
private Double vipMaxRandom;
public CourseBean getCourseBean() {
return courseBean;
}
......@@ -104,5 +108,21 @@ public class AggregationCourseResourceBean {
this.communeCourseProduct = communeCourseProduct;
}
public Double getVipFirstReduction() {
return vipFirstReduction;
}
public void setVipFirstReduction(Double vipFirstReduction) {
this.vipFirstReduction = vipFirstReduction;
}
public Double getVipMaxRandom() {
return vipMaxRandom;
}
public void setVipMaxRandom(Double vipMaxRandom) {
this.vipMaxRandom = vipMaxRandom;
}
}
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