设备支持自定义标定区域

This commit is contained in:
2025-06-06 15:09:27 +08:00
parent f9fcb06355
commit e32f231a8f
3 changed files with 10 additions and 1 deletions

View File

@@ -61,4 +61,5 @@ public class DeviceConfigEntity {
private Integer imageFree;
private Integer videoFree;
private Long pairDevice;
private String videoCrop;
}