新增空间id

This commit is contained in:
weiyachao 2023-09-19 15:26:35 +08:00
parent 3ee5ef1071
commit 7432fafb85

View File

@ -44,6 +44,10 @@ public class DeviceUserBindEntity extends GenericEntity<Long> {
@Comment("三方设备id")
@Column(name = "other_device_id", nullable = true)
private String otherDeviceId;
@Comment("涂鸦空间id")
@Column(name = "space_id", nullable = true)
private Long spaceId;
@Comment("设备类型0 果Box 1智能插座 2智能大灯 3智能窗帘驱动 4智能窗户关闭 5智能台灯 6智能桌子 7智能椅子 8智能风扇 9智能空调遥控器 10智能冰箱 11智能洗碗机 12智能电热水器 13温度传感器 14空气质量传感器 15光线传感器 16雨量传感器 17闭门器")
@Column(name = "device_type", nullable = false)