mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-17 03:05:13 +00:00
updated spaceUuid
This commit is contained in:
@ -47,7 +47,8 @@ export class SceneEntity extends AbstractEntity<SceneDto> {
|
||||
@Column({
|
||||
nullable: false,
|
||||
})
|
||||
unitUuid: string;
|
||||
spaceUuid: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
})
|
||||
|
Reference in New Issue
Block a user