21191 进行的更改
parent
7215fcb48e
commit
1b32f289cb
|
@ -35,8 +35,7 @@ public class UserMember extends BaseEntity {
|
|||
// 会员积分
|
||||
private Integer points;
|
||||
|
||||
// 订阅状态 active(活跃)、inactive(非活跃)、pending(待支付)和expired(过期)
|
||||
@EnumValue
|
||||
// 订阅状态 active(活跃,连续包月)、inactive(非活跃,不连续包月)、pending(待支付)和expired(过期)
|
||||
private MemberMenu subscriptionStatus;
|
||||
|
||||
// 支付方式
|
||||
|
|
Loading…
Reference in New Issue