6
internal/model/task.go
Normal file
6
internal/model/task.go
Normal file
@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type TaskItem struct {
|
||||
Key string `json:"key"`
|
||||
PersistData string `gorm:"type:text" json:"persist_data"`
|
||||
}
|
Reference in New Issue
Block a user