fix platform plugin
This commit is contained in:
parent
ea2e973e79
commit
cceb8032b7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue