From 1d2b7c3172a9a61634de47febd845d67fcf2f417 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Fri, 22 May 2026 14:23:33 +0800
Subject: [PATCH] fix(workflow): 修复工单流程阶段组装逻辑

---
 drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdManageDeviceEntity.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdManageDeviceEntity.java b/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdManageDeviceEntity.java
index cf93c25..509e61c 100644
--- a/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdManageDeviceEntity.java
+++ b/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdManageDeviceEntity.java
@@ -130,8 +130,17 @@
 	@ApiModelProperty(value = "设备位置")
 	private String location;
 
+	/**
+	 * 设备高度
+	 */
 	@ApiModelProperty(value = "设备高度")
 	private Double height;
 
+	/**
+	 * 是否在机巢中0:是1否
+	 */
+	@ApiModelProperty(value = "是否在机巢中0:是1否")
+	private Integer isWithDock;
+
 
 }

--
Gitblit v1.9.3