Files
2026-05-21 15:20:12 +08:00

7 lines
89 B
Go

package model
type Brand struct {
ID int `json:"id"`
Name string `json:"name"`
}