|
|
@ -1,6 +1,9 @@
|
|
|
|
package wholesale
|
|
|
|
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 {
|
|
|
|
type Wholesale struct {
|
|
|
|
Brand brand
|
|
|
|
Brand brand
|
|
|
@ -9,4 +12,5 @@ type Wholesale struct {
|
|
|
|
Sku sku
|
|
|
|
Sku sku
|
|
|
|
SkuAudit skuAudit
|
|
|
|
SkuAudit skuAudit
|
|
|
|
Setting setting.Setting
|
|
|
|
Setting setting.Setting
|
|
|
|
|
|
|
|
Channel channel.Channel
|
|
|
|
}
|
|
|
|
}
|
|
|
|