feat(sis): 初始化赋值
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-08-04 16:55:08 +08:00
parent 14d70b22d1
commit 523810a1da
2 changed files with 87 additions and 63 deletions

View File

@@ -96,6 +96,17 @@ export interface ElevatorInfoVO {
*/
controlPwd: string
elevatorControlDeviceId: {
value: number,
deviceIp: string,
deviceId: number,
}
remoteCallElevatorDeviceId: {
value: number,
deviceIp: string,
deviceId: number,
}[]
}
export interface ElevatorInfoForm extends BaseEntity {
@@ -299,9 +310,9 @@ export interface ElevatorInfoQuery extends PageQuery {
}
export interface ElevatorFloorRefVo {
/**
*
*/
/**
*
*/
elevatorId: string | number
/**