feat(sis): 电梯信息增加楼层授权功能

This commit is contained in:
2025-07-16 21:58:55 +08:00
parent a6cc9b783e
commit 637f184387
5 changed files with 124 additions and 1 deletions

View File

@@ -194,6 +194,11 @@ export interface ElevatorInfoForm extends BaseEntity {
*/
controlPwd?: string;
/**
* 单元ID
*/
unitId?: number;
}
export interface ElevatorInfoQuery extends PageQuery {