1
0
dwelling-home/pkg/mindflow/category.go

7 lines
68 B
Go
Raw Normal View History

2023-05-10 03:18:50 +04:00
package mindflow
type Category struct {
ID int64
Name string
}