Files
eway/internal/entity/category.go
2024-01-24 16:12:16 +03:00

7 lines
66 B
Go

package entity
type Category struct {
ID int64
Name string
}