From 8a86344b5f5e22ac662564a46bf207d617e65650 Mon Sep 17 00:00:00 2001 From: linwei <872216696@qq.com> Date: Tue, 07 Apr 2026 14:27:44 +0800 Subject: [PATCH] opt: 事件查询改造 --- 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 e6024b7..ddcbb2e 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 @@ -43,6 +43,11 @@ @ApiModelProperty(value = "巡查任务名称") private String patrolTaskName; /** + * 发起任务部门ID + */ + @ApiModelProperty(value = "发起任务部门ID") + private Long taskDepartmentId; + /** * 发起任务部门 */ @ApiModelProperty(value = "发起任务部门") -- Gitblit v1.9.3