From 53cec536f8d1fb039ce6b322bbfca9060e8dc927 Mon Sep 17 00:00:00 2001
From: xiebin <vip_xiaobin810@163.com>
Date: Wed, 07 Jan 2026 13:43:00 +0800
Subject: [PATCH] 项目初始化构建

---
 drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceEntity.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceEntity.java b/drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceEntity.java
index f3f4746..3618a18 100644
--- a/drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceEntity.java
+++ b/drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceEntity.java
@@ -22,6 +22,7 @@
 import io.swagger.annotations.ApiModelProperty;
 import java.util.Date;
 import lombok.EqualsAndHashCode;
+import org.springblade.core.mp.base.BaseEntity;
 import org.springblade.core.tenant.mp.TenantEntity;
 
 /**
@@ -34,7 +35,7 @@
 @TableName("ja_fw_device")
 @ApiModel(value = "FwDevice对象", description = "反无设备表")
 @EqualsAndHashCode(callSuper = true)
-public class FwDeviceEntity extends TenantEntity {
+public class FwDeviceEntity extends BaseEntity {
 
 	/**
 	 * 设备名称

--
Gitblit v1.9.3