修改查询已完成任务列表
This commit is contained in:
@ -60,6 +60,7 @@ type UserTaskRecord struct {
|
||||
User UserInfo `json:"user,omitempty" orm:"with:id=user_id"`
|
||||
Game GameInfo `json:"game,omitempty" orm:"with:game_id=game_id"`
|
||||
CompletedAt *gtime.Time `json:"completedAt" orm:"completed_at" description:"任务完成时间"` // 任务完成时间
|
||||
CreatedAt *gtime.Time `json:"createdAt" orm:"created_at" description:"创建时间"` // 创建时间
|
||||
// Store Store `json:"store" orm:"with:id=store_id"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user