下级签到给上级励

达标奖励 可以无限获得
This commit is contained in:
GYJ
2025-02-25 13:57:49 +08:00
parent 9b14002c71
commit db9f19d3fa
3 changed files with 131 additions and 43 deletions

View File

@@ -183,6 +183,11 @@ public class UserEntity implements Serializable {
*/
private Long inviterUserId;
/**
* 邀请下级打卡奖励金额
*/
private BigDecimal inviteAmount;
/**
* 是否是新用户 1否
*/

View File

@@ -106,6 +106,12 @@ public class UserMoneyDetails implements Serializable {
@ApiModelProperty("金额类型: 1 红包2金币")
private Integer moneyType;
/**
* 循环邀请奖励次数
*/
@ApiModelProperty("循环邀请奖励次数")
private Integer awardCount;
/**
* 创建时间
*/