二级后端添加数据快照修正

This commit is contained in:
2026-01-15 18:27:53 +08:00
parent c50f63df73
commit 0c94099e5a

View File

@@ -39,8 +39,6 @@ public class DeviceSnapshot {
@Schema(description = "来源类型 ENTRY/FURNACE/COAT/EXIT")
private String sourceType;
@Schema(description = "基准位置(m)")
private Double basePosition;
@Schema(description = "快照数据JSON")
private String snapshotData;