feat(sis): 优化门禁授权功能
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-22 11:35:59 +08:00
parent 09343106c8
commit 60007098a4
2 changed files with 95 additions and 45 deletions

View File

@@ -28,7 +28,7 @@ export interface AuthRecordForm extends BaseEntity {
/**
* 设备ids
*/
deviceIds?: string[] | number[];
deviceIds?: any[];
}
export interface AuthRecordQuery extends PageQuery {