package vo type CategoryGoodsVo struct { Id int64 `json:"id"` GoodsName string `json:"name"` Image string `json:"image"` }