refactor: add resource pool dto note
This commit is contained in:
parent
9dc0ca96f8
commit
63894ee4c8
|
@ -1,12 +1,14 @@
|
|||
package io.metersphere.sdk.dto;
|
||||
|
||||
import io.metersphere.system.domain.TestResourcePool;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class TestResourcePoolDTO extends TestResourcePool {
|
||||
private TestResourceDTO testResourceDTO;
|
||||
|
||||
@Schema(title = "资源池是否在使用中")
|
||||
private Boolean inUsed;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue