添加会员类型

This commit is contained in:
zk
2026-06-24 11:13:44 +08:00
parent b0dd5c98d7
commit 77186cfde7
6 changed files with 22 additions and 10 deletions
@@ -23,6 +23,9 @@ public class MemberUser {
/** 用户ID */
private Long userId;
/** 会员类型 1=正式 2=试用;一旦变为正式(付费)不可再回退为试用 */
private Integer memberType;
/** 会员到期时间 */
private Instant expireTime;