From d3dc710b5a1c27b6e779ed09ade69f195ed62ecc Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 4 Apr 2023 13:03:12 +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 --- supply/category.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supply/category.go b/supply/category.go index 52f0f4d..3ebc696 100644 --- a/supply/category.go +++ b/supply/category.go @@ -12,6 +12,7 @@ type CategoryItem struct { Id uint `json:"id"` Name string `json:"name"` ParentId uint `json:"parentId"` + Hidden uint `json:"hidden"` // 隐藏状态 1=隐藏 2=显示 Children []CategoryItem `json:"children"` }