// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // TaskRewards is the golang structure for table task_rewards. type TaskRewards struct { TaskId string `json:"taskId" orm:"task_id" description:"任务ID"` // 任务ID RewardId int64 `json:"rewardId" orm:"reward_id" description:"奖励ID"` // 奖励ID NetbarAccount string `json:"netbarAccount" orm:"netbar_account" description:"门店网关账号"` // 门店网关账号 StoreId int `json:"storeId" orm:"store_id" description:"门店 id"` // 门店 id }