实现任务绑定奖励的接口
This commit is contained in:
11
internal/model/entity/task_rewards.go
Normal file
11
internal/model/entity/task_rewards.go
Normal file
@ -0,0 +1,11 @@
|
||||
// =================================================================================
|
||||
// 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 int64 `json:"taskId" orm:"task_id" description:"任务ID"` // 任务ID
|
||||
RewardId int64 `json:"rewardId" orm:"reward_id" description:"奖励ID"` // 奖励ID
|
||||
}
|
||||
Reference in New Issue
Block a user