Create & Init Project...
This commit is contained in:
19
app/interface/main/account/model/usersuit.go
Normal file
19
app/interface/main/account/model/usersuit.go
Normal file
@ -0,0 +1,19 @@
|
||||
package model
|
||||
|
||||
// PendantInfo is.
|
||||
type PendantInfo struct {
|
||||
Pid int `json:"pid"`
|
||||
Name string `json:"name"`
|
||||
Image string `json:"image"`
|
||||
Expire int `json:"expire"`
|
||||
}
|
||||
|
||||
// NameplateInfo is.
|
||||
type NameplateInfo struct {
|
||||
Nid int `json:"nid"`
|
||||
Name string `json:"name"`
|
||||
Image string `json:"image"`
|
||||
ImageSmall string `json:"image_small"`
|
||||
Level string `json:"level"`
|
||||
Condition string `json:"condition"`
|
||||
}
|
Reference in New Issue
Block a user