调整字段的装填从 1 开始

This commit is contained in:
2025-06-05 11:47:54 +08:00
parent 9d20953377
commit fdf5152bd2
6 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ type MerchantsColumns struct {
ApplicationReason string // 申请理由
CreatedBy string // 创建人ID
CreatedByType string // 创建人类型1=系统管理员2=商户注册
AuditStatus string // 审核状态:0=待审核,1=审核通过,2=审核拒绝
AuditStatus string // 审核状态:1=待审核,2=审核通过,3=审核拒绝
AuditBy string // 审核人ID
AuditAt string // 审核时间
AuditRemark string // 审核备注

View File

@ -23,7 +23,7 @@ type UserTaskRecordsColumns struct {
Id string // 任务记录ID
UserId string // 用户ID
TaskId string // 任务ID
Status string // 任务状态:0=未开始,1=进行中,2=已完成,3=已领取奖励
Status string // 任务状态:1=未开始,2=进行中,3=已完成,4=已领取奖励
Progress string // 任务进度
FinishedAt string // 完成时间
RewardReceivedAt string // 领取奖励时间