@ -1,6 +1,9 @@
package wholesale
import "git.oa00.com/supply-chain/service/wholesale/setting"
import (
"git.oa00.com/supply-chain/service/wholesale/channel"
"git.oa00.com/supply-chain/service/wholesale/setting"
)
type Wholesale struct {
Brand brand
@ -9,4 +12,5 @@ type Wholesale struct {
Sku sku
SkuAudit skuAudit
Setting setting.Setting
Channel channel.Channel
}