fix platform plugin

This commit is contained in:
chenjianxing 2023-04-17 11:34:46 +08:00 committed by jianxing
parent ea2e973e79
commit cceb8032b7
1 changed files with 1 additions and 2 deletions

View File

@ -1,12 +1,11 @@
package io.metersphere.plugin.platform.dto; package io.metersphere.plugin.platform.dto;
import io.metersphere.base.domain.TestCaseWithBLOBs;
import lombok.Getter; import lombok.Getter;
import lombok.Setter; import lombok.Setter;
@Getter @Getter
@Setter @Setter
public class TestCaseDemandDTO extends TestCaseWithBLOBs { public class TestCaseDemandDTO {
/** /**
* 修改前的需求ID * 修改前的需求ID