From 46e2c63619f8b598e844a33e21353077f227f103 Mon Sep 17 00:00:00 2001 From: qichengbin Date: Thu, 25 Dec 2025 21:24:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A0=E4=BA=BA=E6=9C=BA?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=20=E8=A1=A8=E4=B8=AD=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E7=9A=84=E5=AD=97=E6=AE=B5=E4=BD=86=E6=98=AF=E5=9C=A8?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=B8=AD=E6=9C=89=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smartFishingPort/domain/entity/UavEquipment.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/smartFishingPort-kechuang/src/main/java/com/ltgk/smartFishingPort/domain/entity/UavEquipment.java b/smartFishingPort-kechuang/src/main/java/com/ltgk/smartFishingPort/domain/entity/UavEquipment.java index c252efe..5d7e1f9 100644 --- a/smartFishingPort-kechuang/src/main/java/com/ltgk/smartFishingPort/domain/entity/UavEquipment.java +++ b/smartFishingPort-kechuang/src/main/java/com/ltgk/smartFishingPort/domain/entity/UavEquipment.java @@ -180,22 +180,22 @@ public class UavEquipment extends Model { private Integer isSdkControl; @JsonProperty("gatewaySn") @ApiModelProperty(value = "机巢sn") - @TableField("gateway_sn") + @TableField(exist = false) private String gatewaySn; @JsonProperty("droneSn") @ApiModelProperty(value = "无人机sn") - @TableField("drone_sn") + @TableField(exist = false) private String droneSn; @JsonProperty("systemUuid") @ApiModelProperty(value = "系统uuid") - @TableField("system_uuid") + @TableField(exist = false) private String systemUuid; @ApiModelProperty(value = "海波高度") - @TableField("altitude") + @TableField(exist = false) @JsonProperty("altitude") private BigDecimal altitude; @ApiModelProperty(value = "离地高度") - @TableField("height") + @TableField(exist = false) @JsonProperty("height") private BigDecimal height;