drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/entity/FwEffectEvalEntity.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_effect_eval") @ApiModel(value = "FwEffectEval对象", description = "反制效果评估表") @EqualsAndHashCode(callSuper = true) public class FwEffectEvalEntity extends TenantEntity { public class FwEffectEvalEntity extends BaseEntity { }