From b675dbfe80ca91e7119a5462012d5d964abcae58 Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: Tue, 17 Dec 2024 16:40:11 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=81=A2=E5=A4=8D=E8=AF=AF=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/workflow/category/types.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/api/workflow/category/types.ts b/src/api/workflow/category/types.ts index a475794..a093073 100644 --- a/src/api/workflow/category/types.ts +++ b/src/api/workflow/category/types.ts @@ -1,3 +1,10 @@ +export interface CategoryTreeVO { + id: number | string; + label: string; + parentId: number | string; + weight: number; + children: CategoryTreeVO[]; +} export interface CategoryVO { /**