feat(authGroup): 增加设备树选择功能
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-24 09:14:14 +08:00
parent 3749f4bbb9
commit 1b522f2bbf
2 changed files with 107 additions and 42 deletions

View File

@@ -39,11 +39,11 @@ export interface AuthGroupForm extends BaseEntity {
*/
groupType?: number;
/**
* 是否启用(0禁用1启用)
*/
isEnable?: boolean;
acIds?: string[] | number[];
eleIds?: string[] | number[];
floorIds?: string[] | number[];
}
export interface AuthGroupQuery extends PageQuery {