package category
import "time"
type Category struct {
ID uint
Name string
Slug string
CreatedAt time.Time
}