From ee41fe6d7fd00618b5374102978d84d8cbfce049 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Wed, 03 Jun 2026 09:26:12 +0800
Subject: [PATCH] feat(workorder): 修改巡查任务参数中的算法ID字段类型

---
 drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdWorkOrderFlowEntity.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdWorkOrderFlowEntity.java b/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdWorkOrderFlowEntity.java
index 68a0897..c08b42e 100644
--- a/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdWorkOrderFlowEntity.java
+++ b/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdWorkOrderFlowEntity.java
@@ -16,6 +16,7 @@
  */
 package org.sxkj.gd.workorder.entity;
 
+import com.baomidou.mybatisplus.annotation.TableField;
 import com.baomidou.mybatisplus.annotation.TableName;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
@@ -60,7 +61,7 @@
 	 * 关联工单任务表ID/巡查任务ID
 	 */
 	@ApiModelProperty(value = "关联工单任务表ID/巡查任务ID")
-	private Long workOrderId;
+  	private Long workOrderId;
 	/**
 	 * 操作人
 	 */

--
Gitblit v1.9.3