From 58d2b64bd20cef229ffac67ae9dd2be49109a892 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Wed, 07 Jan 2026 19:26:15 +0800
Subject: [PATCH] 接口初始化
---
drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneFlightRecordDetailEntity.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneFlightRecordDetailEntity.java b/drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneFlightRecordDetailEntity.java
index a638007..480bec0 100644
--- a/drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneFlightRecordDetailEntity.java
+++ b/drone-service/drone-fw/src/main/java/org/sxkj/fw/record/entity/FwDroneFlightRecordDetailEntity.java
@@ -21,6 +21,7 @@
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.EqualsAndHashCode;
+import org.springblade.core.mp.base.BaseEntity;
import org.springblade.core.tenant.mp.TenantEntity;
/**
@@ -33,7 +34,7 @@
@TableName("ja_fw_drone_flight_record_detail")
@ApiModel(value = "FwDroneFlightRecordDetail对象", description = "无人机飞行记录详情表")
@EqualsAndHashCode(callSuper = true)
-public class FwDroneFlightRecordDetailEntity extends TenantEntity {
+public class FwDroneFlightRecordDetailEntity extends BaseEntity {
}
--
Gitblit v1.9.3