修复测试反馈问题

This commit is contained in:
2024-01-25 16:38:44 +08:00
parent dc87fc7048
commit 1aa6cb8f55
3 changed files with 7 additions and 0 deletions

View File

@@ -208,6 +208,10 @@ public class LiveBattlePassRewardsBean extends BaseModel{
", liveBattlePassTypeId=" + liveBattlePassTypeId +
", rewardName='" + rewardName + '\'' +
", imageUrl='" + imageUrl + '\'' +
", sendRewardType=" + sendRewardType +
", sendGiftType=" + sendGiftType +
", sendRewardNeedcoin='" + sendRewardNeedcoin + '\'' +
", sendRewardRestrictTime='" + sendRewardRestrictTime + '\'' +
", lock=" + lock +
", received=" + received +
'}';