新增游戏绑定方式,修改任务排行

This commit is contained in:
chy
2025-06-18 16:39:53 +08:00
parent e6a53f4837
commit 217b550d0f
16 changed files with 92 additions and 68 deletions

View File

@ -16,8 +16,6 @@ type StoreTaskRewards struct {
TaskId interface{} // 门店任务ID
RewardId interface{} // 奖励ID
StoreId interface{} // 门店ID
Quantity interface{} // 奖励数量(如发放多少个奖励)
Status interface{} // 状态1=正常0=禁用
CreatedAt *gtime.Time // 创建时间
UpdatedAt *gtime.Time // 更新时间
DeletedAt *gtime.Time // 软删除时间戳