Signed-off-by: jagger <cossjie@foxmail.com>

Former-commit-id: 489bb153b6c3d3798432231e68a63eb0cfdad39d
This commit is contained in:
jagger 2024-05-22 11:41:56 +08:00
parent 75086c1d7e
commit f70207a2a4
1 changed files with 18 additions and 18 deletions

View File

@ -52,7 +52,7 @@ type (
StartTime string `db:"start_time"` // 开始时间
EndTime string `db:"end_time"` // 结束时间
TaskType string `db:"task_type"`
DeletedAt time.Time `db:"deleted_at"`
DeletedAt *time.Time `db:"deleted_at"`
Card string `db:"card"`
}
)