首次提交
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type Brand struct {
|
||||
ID int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user