package model type Sample struct { GoodsId int `json:"goods_id"` Id int `json:"id"` ClassId int `json:"class_id"` MaxNumber int `json:"max_number"` Quota int `json:"quota"` ClassName string `xorm:"-" json:"class_name"` GoodsInfo interface{} `xorm:"-" json:"goods_info"` }