调整可领取奖励列表,奖励领取记录
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user