查询当前登录用户排名,
This commit is contained in:
@ -21,4 +21,5 @@ type UserTasks struct {
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
CompletedAt *gtime.Time // 任务完成时间
|
||||
DeletedAt *gtime.Time // 软删除时间戳
|
||||
StoreId interface{} // 门店 id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user