吉安感知网项目-后端
linwei
2026-01-07 58d2b64bd20cef229ffac67ae9dd2be49109a892
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceMaintainPlanEntity.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_maintain_plan")
@ApiModel(value = "FwDeviceMaintainPlan对象", description = "设备维护计划表")
@EqualsAndHashCode(callSuper = true)
public class FwDeviceMaintainPlanEntity extends TenantEntity {
public class FwDeviceMaintainPlanEntity extends BaseEntity {
}