|
@@ -68,6 +68,10 @@ public class BizUser extends CommonEntity {
|
|
@Schema(description = "姓名")
|
|
@Schema(description = "姓名")
|
|
private String name;
|
|
private String name;
|
|
|
|
|
|
|
|
+ /**用户推荐码*/
|
|
|
|
+ @Schema(description = "用户推荐码")
|
|
|
|
+ private String userReferralCode;
|
|
|
|
+
|
|
/** 昵称 */
|
|
/** 昵称 */
|
|
@Schema(description = "昵称")
|
|
@Schema(description = "昵称")
|
|
@TableField(insertStrategy = FieldStrategy.IGNORED, updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(insertStrategy = FieldStrategy.IGNORED, updateStrategy = FieldStrategy.IGNORED)
|