package vo import "demo/data/domain" type GoodsVo struct { Goods domain.Goods `json:"goods"` Introduction domain.GoodsIntroduction `json:"introduction"` }