From 8d5b8a8c1909be6cdca5228a01bdc017b85a4078 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Wed, 21 Jan 2026 15:37:17 +0800
Subject: [PATCH] 处理Vo继承entity问题
---
drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneAlarmRecordEntity.java | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneAlarmRecordEntity.java b/drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneAlarmRecordEntity.java
index 218449c..d4e0e17 100644
--- a/drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneAlarmRecordEntity.java
+++ b/drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneAlarmRecordEntity.java
@@ -130,7 +130,7 @@
* 反制方式:信号干扰/诱导驱离/无
*/
@TableField("counter_way")
- @ApiModelProperty(value = "反制方式:信号干扰/诱导驱离/无")
+ @ApiModelProperty(value = "反制方式:1.信号干扰/2.诱导驱离/无")
private String counterWay;
/**
* 区域id ja_fw_area_divide
@@ -164,5 +164,11 @@
@TableField("area_name")
@ApiModelProperty(value = "区域名称")
private String areaName;
+ /**
+ * 设备编号
+ */
+ @TableField("device_sn")
+ @ApiModelProperty(value = "设备编号")
+ private String deviceSn;
}
--
Gitblit v1.9.3