From 5ea405ce606ab8594446c8da540eafde8b1ef5ae Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 14 Oct 2022 15:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/channel/channel.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supply/channel/channel.go b/supply/channel/channel.go index 4d4ef19..d6022c8 100644 --- a/supply/channel/channel.go +++ b/supply/channel/channel.go @@ -4,4 +4,5 @@ type Channel struct { Sku sku Order order AfterService afterService + Mq mq }