调整回调,奖励领取
This commit is contained in:
@ -10,7 +10,9 @@ import (
|
||||
|
||||
// TaskRewards is the golang structure of table task_rewards for DAO operations like Where/Data.
|
||||
type TaskRewards struct {
|
||||
g.Meta `orm:"table:task_rewards, do:true"`
|
||||
TaskId interface{} // 任务ID
|
||||
RewardId interface{} // 奖励ID
|
||||
g.Meta `orm:"table:task_rewards, do:true"`
|
||||
TaskId interface{} // 任务ID
|
||||
RewardId interface{} // 奖励ID
|
||||
NetbarAccount interface{} // 门店网关账号
|
||||
StoreId interface{} // 门店 id
|
||||
}
|
||||
|
||||
@ -24,4 +24,7 @@ type UserTaskRewards struct {
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 软删除时间
|
||||
ExpiredAt *gtime.Time // 奖励过期时间
|
||||
IssueQuantity interface{} //
|
||||
Source interface{} // 来源 1:系统 2:门店
|
||||
RewardTypeId interface{} // 奖励类型 id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user