From c65751bb443d07ea6d5d098947dbbde1f8e699b5 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 29 Jul 2022 11:35:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd/brand.go | 1 + 1 file changed, 1 insertion(+) diff --git a/jd/brand.go b/jd/brand.go index 1ae1ad7..f8366f1 100644 --- a/jd/brand.go +++ b/jd/brand.go @@ -9,6 +9,7 @@ import ( type brand struct { } type ArgsBrandList struct { + Name string Page bean.Page }