Files
3ybactuk-marketplace-go-ser…/comments/internal/domain/entity/comment.go
2025-07-26 17:31:38 +03:00

10 lines
127 B
Go

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