|
@@ -30,7 +30,6 @@ public class UserInfo extends BaseBusinessEntity{
|
|
@ApiModelProperty(value = "主键")
|
|
@ApiModelProperty(value = "主键")
|
|
private Long id;
|
|
private Long id;
|
|
|
|
|
|
-
|
|
|
|
/** 手机号码 */
|
|
/** 手机号码 */
|
|
@Excel(name = "手机号码")
|
|
@Excel(name = "手机号码")
|
|
@TableField("phone")
|
|
@TableField("phone")
|
|
@@ -38,7 +37,6 @@ public class UserInfo extends BaseBusinessEntity{
|
|
private String phone;
|
|
private String phone;
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
/** app头像地址 */
|
|
/** app头像地址 */
|
|
@Excel(name = "app头像地址")
|
|
@Excel(name = "app头像地址")
|
|
@TableField("head_image")
|
|
@TableField("head_image")
|
|
@@ -58,21 +56,6 @@ public class UserInfo extends BaseBusinessEntity{
|
|
@ApiModelProperty(value = "app端openid")
|
|
@ApiModelProperty(value = "app端openid")
|
|
private String appOpenid;
|
|
private String appOpenid;
|
|
|
|
|
|
- /** 微信openid */
|
|
|
|
- @Excel(name = "小程序端openid")
|
|
|
|
- @TableField("xcx_openid")
|
|
|
|
- @ApiModelProperty(value = "小程序端openid")
|
|
|
|
- private String xcxOpenid;
|
|
|
|
-
|
|
|
|
- /** 微信openid */
|
|
|
|
- @Excel(name = "公众号端openid")
|
|
|
|
- @TableField("gzh_openid")
|
|
|
|
- @ApiModelProperty(value = "公众号端openid")
|
|
|
|
- private String gzhOpenid;
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
/** 0 启用 1禁用 */
|
|
/** 0 启用 1禁用 */
|
|
@Excel(name = "0 启用 1禁用")
|
|
@Excel(name = "0 启用 1禁用")
|
|
@@ -94,29 +77,4 @@ public class UserInfo extends BaseBusinessEntity{
|
|
private String unionId;
|
|
private String unionId;
|
|
|
|
|
|
|
|
|
|
- /** app昵称 */
|
|
|
|
- @Excel(name = "第三方平台")
|
|
|
|
- @TableField("third_platform")
|
|
|
|
- @ApiModelProperty(value = "第三方平台")
|
|
|
|
- private String thirdPlatform;
|
|
|
|
-
|
|
|
|
- /** app昵称 */
|
|
|
|
- @Excel(name = "自身推荐码")
|
|
|
|
- @TableField("recommend_code")
|
|
|
|
- @ApiModelProperty(value = "自身推荐码")
|
|
|
|
- private String recommendCode;
|
|
|
|
-
|
|
|
|
- /** app昵称 */
|
|
|
|
- @Excel(name = "绑定推荐码")
|
|
|
|
- @TableField("bind_recommend_code")
|
|
|
|
- @ApiModelProperty(value = "绑定推荐码")
|
|
|
|
- private String bindRecommendCode;
|
|
|
|
-
|
|
|
|
- @ApiModelProperty(value = "直接收益金额,单位分")
|
|
|
|
- @TableField("profit_price")
|
|
|
|
- private Integer profitPrice;
|
|
|
|
-
|
|
|
|
- @ApiModelProperty(value = "上级unionid")
|
|
|
|
- @TableField("parent_union_id")
|
|
|
|
- private String parentUnionId;
|
|
|
|
}
|
|
}
|