This commit is contained in:
@@ -29,11 +29,7 @@ type Pet struct {
|
||||
// FreedTime uint32 `struc:"skip"` //放生时间
|
||||
//是否可交易,这里应该定义在精灵ID里
|
||||
//是否上架
|
||||
Data string `gorm:"type:jsonb;not null;comment:'精灵全部数据'" json:"data"`
|
||||
}
|
||||
type PetEX struct {
|
||||
Pet
|
||||
Data PetInfo `orm:"data" json:"data"`
|
||||
Data PetInfo `gorm:"type:jsonb;not null;comment:'精灵全部数据'" json:"data"`
|
||||
}
|
||||
|
||||
type Attr uint32
|
||||
|
||||
Reference in New Issue
Block a user