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/detection/entity/FwDeviceConfigEntity.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/entity/FwDeviceConfigEntity.java b/drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/entity/FwDeviceConfigEntity.java
index fa7f92a..6056b20 100644
--- a/drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/entity/FwDeviceConfigEntity.java
+++ b/drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/entity/FwDeviceConfigEntity.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_device_config")
 @ApiModel(value = "FwDeviceConfig对象", description = "设备配置表")
 @EqualsAndHashCode(callSuper = true)
-public class FwDeviceConfigEntity extends TenantEntity {
+public class FwDeviceConfigEntity extends BaseEntity {
 
 
 }

--
Gitblit v1.9.3