From f0f40708aa2bc238cbc885098d46a659e8819a69 Mon Sep 17 00:00:00 2001 From: linwei <872216696@qq.com> Date: Thu, 04 Jun 2026 10:55:36 +0800 Subject: [PATCH] refactor(dto): 修改GdTaskResultDTO中id字段类型 --- drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdClueEventEntity.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdClueEventEntity.java b/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdClueEventEntity.java index 3c73ed7..babccca 100644 --- a/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdClueEventEntity.java +++ b/drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdClueEventEntity.java @@ -75,5 +75,10 @@ */ @ApiModelProperty(value = "区域编码") private String areaCode; + /** + * 事件编号 + */ + @ApiModelProperty(value = "事件编号") + private String eventNum; } -- Gitblit v1.9.3