Forráskód Böngészése

微信appid修改

小么熊🐻 2 éve
szülő
commit
e4734a3f53

+ 0 - 42
nbjk-common/src/main/java/com/miaxis/common/core/domain/entity/UserInfo.java

@@ -30,7 +30,6 @@ public class UserInfo extends BaseBusinessEntity{
     @ApiModelProperty(value = "主键")
     private Long id;
 
-
     /** 手机号码 */
     @Excel(name = "手机号码")
     @TableField("phone")
@@ -38,7 +37,6 @@ public class UserInfo extends BaseBusinessEntity{
     private String phone;
 
 
-
     /** app头像地址 */
     @Excel(name = "app头像地址")
     @TableField("head_image")
@@ -58,21 +56,6 @@ public class UserInfo extends BaseBusinessEntity{
     @ApiModelProperty(value = "app端openid")
     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禁用 */
     @Excel(name = "0 启用 1禁用")
@@ -94,29 +77,4 @@ public class UserInfo extends BaseBusinessEntity{
     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;
 }