首次提交
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
|
||||
type Model struct {
|
||||
ID int `json:"id"`
|
||||
BrandName string `json:"brandName"`
|
||||
Name string `json:"name"`
|
||||
Form *string `json:"form,omitempty"`
|
||||
Rig *string `json:"rig,omitempty"`
|
||||
Source *string `json:"source,omitempty"`
|
||||
EqKey *string `json:"eqKey,omitempty"`
|
||||
CreateAt time.Time `json:"createAt"`
|
||||
}
|
||||
Reference in New Issue
Block a user