培训班修改

This commit is contained in:
wuchunlei
2025-04-14 09:16:46 +08:00
parent 1c6a1b49f2
commit 32d5baab4f
2 changed files with 59 additions and 8 deletions

View File

@@ -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;