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:
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user