Commit bc53aee7 authored by codezwjava's avatar codezwjava

用户等级提升功能

parent fa6bf819
...@@ -31,12 +31,6 @@ public class RecommendUser implements Serializable { ...@@ -31,12 +31,6 @@ public class RecommendUser implements Serializable {
@ApiModelProperty(name = "userId", value = "用户id") @ApiModelProperty(name = "userId", value = "用户id")
private String userId; private String userId;
/**
* 直推人数
*/
@ApiModelProperty(name = "referrerNum", value = "直推人数")
private Integer referrerNum;
/** /**
* 普通用户数量 * 普通用户数量
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment