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