feat(sis): 优化门禁授权功能
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:
@@ -28,7 +28,7 @@ export interface AuthRecordForm extends BaseEntity {
|
||||
/**
|
||||
* 设备ids
|
||||
*/
|
||||
deviceIds?: string[] | number[];
|
||||
deviceIds?: any[];
|
||||
}
|
||||
|
||||
export interface AuthRecordQuery extends PageQuery {
|
||||
|
Reference in New Issue
Block a user