Commit ca22ef05 by unknown

add the vip value to courselist and detail

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