二级后端添加数据快照修正
This commit is contained in:
@@ -39,8 +39,6 @@ public class DeviceSnapshot {
|
|||||||
@Schema(description = "来源类型 ENTRY/FURNACE/COAT/EXIT")
|
@Schema(description = "来源类型 ENTRY/FURNACE/COAT/EXIT")
|
||||||
private String sourceType;
|
private String sourceType;
|
||||||
|
|
||||||
@Schema(description = "基准位置(m)")
|
|
||||||
private Double basePosition;
|
|
||||||
|
|
||||||
@Schema(description = "快照数据JSON")
|
@Schema(description = "快照数据JSON")
|
||||||
private String snapshotData;
|
private String snapshotData;
|
||||||
|
|||||||
Reference in New Issue
Block a user