package vo import "demo/data/domain" type OrderVo struct { Order domain.GoodsOrder `json:"order"` Sku domain.GoodsSku `json:"sku"` }