设备关联逻辑

This commit is contained in:
2025-03-19 16:57:33 +08:00
parent fb530a1eb4
commit bcf8e8e88d
3 changed files with 167 additions and 113 deletions

View File

@@ -60,4 +60,5 @@ public class DeviceConfigEntity {
private Integer enablePreBook;
private Integer imageFree;
private Integer videoFree;
private Long pairDevice;
}