调整回调,奖励领取
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user