调整可领取奖励列表,奖励领取记录
This commit is contained in:
@ -44,6 +44,7 @@ type UserTask2 struct {
|
||||
StoreId int64 `json:"storeId" orm:"store_id" description:"门店 id"` // 门店 id
|
||||
TaskName string `json:"taskName" orm:"task_name" description:"任务名称"` // 任务名称
|
||||
GameId int64 `json:"gameId" orm:"game_id" description:"游戏 id"` // 游戏 id
|
||||
RewardName string `json:"rewardName" orm:"reward_name" description:"奖励名称冗余字段"`
|
||||
//TaskRewards []TaskReward `json:"taskRewards" orm:"with:task_id=task_id"`
|
||||
}
|
||||
|
||||
|
||||
@ -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