go-common/app/interface/main/account/model/usersuit.go

20 lines
443 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
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"`
}