fix bug
Signed-off-by: jagger <cossjie@foxmail.com> Former-commit-id: 489bb153b6c3d3798432231e68a63eb0cfdad39d
This commit is contained in:
parent
75086c1d7e
commit
f70207a2a4
|
@ -52,7 +52,7 @@ type (
|
||||||
StartTime string `db:"start_time"` // 开始时间
|
StartTime string `db:"start_time"` // 开始时间
|
||||||
EndTime string `db:"end_time"` // 结束时间
|
EndTime string `db:"end_time"` // 结束时间
|
||||||
TaskType string `db:"task_type"`
|
TaskType string `db:"task_type"`
|
||||||
DeletedAt time.Time `db:"deleted_at"`
|
DeletedAt *time.Time `db:"deleted_at"`
|
||||||
Card string `db:"card"`
|
Card string `db:"card"`
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue