吉安感知网项目-后端
xiebin
2026-01-07 53cec536f8d1fb039ce6b322bbfca9060e8dc927
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 {
   /**
    * 设备名称