From 6b41a765938095f4a1c71203de11ab3bfd93224e Mon Sep 17 00:00:00 2001
From: xiebin <vip_xiaobin810@163.com>
Date: Thu, 26 Feb 2026 17:06:59 +0800
Subject: [PATCH] update-无人机设备调用查询条件

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

diff --git a/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdDeviceCallEntity.java b/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdDeviceCallEntity.java
index 19c4dd2..e6024b7 100644
--- a/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdDeviceCallEntity.java
+++ b/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdDeviceCallEntity.java
@@ -48,6 +48,11 @@
 	@ApiModelProperty(value = "发起任务部门")
 	private String taskDepartment;
 	/**
+	 * 任务发起人id
+	 */
+	@ApiModelProperty(value = "任务发起人id")
+	private Long taskInitiatorId;
+	/**
 	 * 任务发起人
 	 */
 	@ApiModelProperty(value = "任务发起人")

--
Gitblit v1.9.3