This commit is contained in:
dute7liang
2024-01-28 14:53:08 +08:00
parent 21d7a0f6af
commit baf81b52aa

View File

@@ -18,7 +18,8 @@ public class CurrentUserInfoVo {
@Schema(description = "邀请人ID") @Schema(description = "邀请人ID")
private Long inviteId; private Long inviteId;
@Schema(description = "用户类型 0-普通用户 1-内部用户")
private Integer type;
/** /**
* 用户号/ID号 * 用户号/ID号
*/ */