实现了门店奖励的增删改查

This commit is contained in:
2025-06-17 18:11:27 +08:00
parent 427e70f94e
commit e21353df23
23 changed files with 659 additions and 42 deletions

View File

@ -23,7 +23,7 @@ type UserTasksColumns struct {
Id string // 用户任务唯一标识符
UserId string // 用户ID
TaskId string // 任务ID
Status string // 任务状态1=已领取2=进行中,3=已完成4=已取消
Status string // 任务状态1=进行中,2=已完成3=未完成
SerialNumber string // 流水号,确保用户任务唯一性
CreatedAt string // 创建时间
UpdatedAt string // 更新时间