feat(authGroup): 增加设备树选择功能
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user