service/supply/channel/channel.go

9 lines
123 B

package channel
type Channel struct {
Sku sku
Order order
AfterService afterService
Mq mq
}