package entity import "time" type Comment struct { ID int64 UserID int64 SKU int64 CreatedAt time.Time Text string }