下级签到给上级励
达标奖励 可以无限获得
This commit is contained in:
@@ -183,6 +183,11 @@ public class UserEntity implements Serializable {
|
||||
*/
|
||||
private Long inviterUserId;
|
||||
|
||||
/**
|
||||
* 邀请下级打卡奖励金额
|
||||
*/
|
||||
private BigDecimal inviteAmount;
|
||||
|
||||
/**
|
||||
* 是否是新用户 1否
|
||||
*/
|
||||
|
||||
@@ -106,6 +106,12 @@ public class UserMoneyDetails implements Serializable {
|
||||
@ApiModelProperty("金额类型: 1 红包,2金币")
|
||||
private Integer moneyType;
|
||||
|
||||
/**
|
||||
* 循环邀请奖励次数
|
||||
*/
|
||||
@ApiModelProperty("循环邀请奖励次数")
|
||||
private Integer awardCount;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user