培训班修改
This commit is contained in:
@@ -27,6 +27,9 @@ public class TrainingClass {
|
||||
//年份
|
||||
private String year;
|
||||
|
||||
//培训日期
|
||||
private String trainingDate;
|
||||
|
||||
//详情图片
|
||||
private String icon;
|
||||
|
||||
@@ -36,14 +39,26 @@ public class TrainingClass {
|
||||
//费用
|
||||
private BigDecimal fee;
|
||||
|
||||
//可以用vip价格的VIP类型
|
||||
private String vipType;
|
||||
|
||||
//vip费用
|
||||
private BigDecimal vipFee;
|
||||
|
||||
//可以用svip价格的sVIP类型
|
||||
private String svipType;
|
||||
|
||||
//svip费用
|
||||
private BigDecimal svipFee;
|
||||
|
||||
//湖粉费用
|
||||
private BigDecimal huFee;
|
||||
//三星湖粉费用(90湖分以上)
|
||||
private BigDecimal threeHuFee;
|
||||
|
||||
//五星湖粉费用(150湖分以上)
|
||||
private BigDecimal fiveHuFee;
|
||||
|
||||
//学生费用
|
||||
private BigDecimal studentFee;
|
||||
|
||||
//排序
|
||||
private Integer sort;
|
||||
|
||||
Reference in New Issue
Block a user