mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 18:27:05 +00:00
Add spaceTuyaUuid field to SpaceEntity
This commit is contained in:
@ -14,6 +14,10 @@ export class SpaceEntity extends AbstractEntity<SpaceDto> {
|
||||
nullable: false,
|
||||
})
|
||||
public uuid: string;
|
||||
@Column({
|
||||
nullable: true,
|
||||
})
|
||||
public spaceTuyaUuid: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
|
Reference in New Issue
Block a user