|
@@ -176,4 +176,10 @@ public class UserQueryBo extends BaseEntity {
|
|
|
@ApiModelProperty("goodsSearchKey")
|
|
@ApiModelProperty("goodsSearchKey")
|
|
|
private String goodsSearchKey;
|
|
private String goodsSearchKey;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty("是否绑定微信 1是 0不是")
|
|
|
|
|
+ private Integer hasBindWx;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty("是否关注公众号 1是 0不是")
|
|
|
|
|
+ private Integer hasFollowWx;
|
|
|
|
|
+
|
|
|
}
|
|
}
|