Files

7 lines
89 B
Go
Raw Permalink Normal View History

2026-05-21 15:20:12 +08:00
package model
type Brand struct {
ID int `json:"id"`
Name string `json:"name"`
}