调整可领取奖励列表,奖励领取记录

This commit is contained in:
chy
2025-07-04 14:27:34 +08:00
parent 4f9afe5df5
commit 9adc43f6e3
5 changed files with 7 additions and 3 deletions

View File

@ -34,6 +34,7 @@ type UserTaskRewards struct {
IssueQuantity int `json:"issueQuantity" orm:"issue_quantity" description:""` //
Source int64 `json:"source" orm:"source" description:"来源 1:系统 2门店"` // 来源 1:系统 2门店
RewardTypeId int64 `json:"rewardTypeId" orm:"reward_type_id" description:"奖励类型 id"`
ImgUrl string `json:"imgUrl" orm:"image_url"`
}
type UserClaimReward struct {