package entity type Comment struct { ID int64 UserID int64 SKU int64 CreatedAt string Text string }