VIP改版

This commit is contained in:
wuchunlei
2025-02-21 15:47:50 +08:00
parent 0e8b4d2e0e
commit 6908c092a5
38 changed files with 973 additions and 1797 deletions

View File

@@ -5,6 +5,8 @@ import com.baomidou.mybatisplus.annotation.*;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import lombok.Data;
/**
@@ -153,6 +155,6 @@ public class MyUserEntity implements Serializable {
private String remark;
@TableField(exist = false)
private UserVip userVip;
private List<UserVip> userVips;
}

View File

@@ -25,7 +25,7 @@ public class UserVip implements Serializable {
*/
private Integer userId;
/**
* 1超v2简易超v
* 4中医学5针灸学6肿瘤学7国学8心理学
*/
private Integer type;
/**

View File

@@ -16,7 +16,7 @@ public class VipBuyConfigEntity {
private Integer id;
/**
* 1超级vip2医学vip3国学vip
* 1医学超级 11延期医学超级 2国学心理学超级 21延期国心超级 4中医学41延期中医学 5、51针灸学 6、61肿瘤学 7、71国学 8、81心理学
*/
private Integer type;
@@ -28,6 +28,10 @@ public class VipBuyConfigEntity {
private BigDecimal rebateFee;
private String icon;
private String content;
private Integer dateType;
private Date startTime;