增加门禁授权操作
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
15683799673
2025-06-30 06:56:40 +08:00
parent 285ac3e0ed
commit f90f0152fe
2 changed files with 24 additions and 6 deletions

View File

@@ -48,4 +48,8 @@ export interface TreeNode<T = any> {
ParentCode: T;
label: string;
children: TreeNode<T>;
title?: string;
key?:any
}