领取满签奖励
This commit is contained in:
@@ -33,6 +33,9 @@ public class UserSignDTO implements Serializable {
|
||||
@ApiModelProperty(value = "该用户能否参加签到活动", example = "1-允许,0-不允许")
|
||||
private Integer enable;
|
||||
|
||||
@ApiModelProperty(value = "该用户是否已领取满签奖励", example = "1-已领取,0-未领取")
|
||||
private Integer isReceived;
|
||||
|
||||
@ApiModelProperty(value = "连续签到记录")
|
||||
private List<UserSignRecordDTO> recordList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user