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

diff --git a/drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceScrapEntity.java b/drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceScrapEntity.java
index d9ebf3c..74f463a 100644
--- a/drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceScrapEntity.java
+++ b/drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceScrapEntity.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_scrap")
 @ApiModel(value = "FwDeviceScrap对象", description = "设备报废记录表")
 @EqualsAndHashCode(callSuper = true)
-public class FwDeviceScrapEntity extends TenantEntity {
+public class FwDeviceScrapEntity extends BaseEntity {
 
 
 }

--
Gitblit v1.9.3