新增获取门店网费奖励信息列表
This commit is contained in:
@ -49,7 +49,7 @@ type UserTask2 struct {
|
||||
}
|
||||
|
||||
type UserTaskRecord struct {
|
||||
g.Meta `orm:"table:task"`
|
||||
g.Meta `orm:"table:user_tasks"`
|
||||
Id int64 `json:"id" orm:"id" description:"用户任务唯一标识符"` // 用户任务唯一标识符
|
||||
UserId int64 `json:"userId" orm:"user_id" description:"用户ID"` // 用户ID
|
||||
TaskId string `json:"taskId" orm:"task_id" description:"腾讯任务ID"` // 腾讯任务ID
|
||||
|
||||
Reference in New Issue
Block a user