package batchSku

type BatchSku struct {
	Banner banner
	Type   skuType
	Sale   sale
	Item   item
}