feat: 测试用例关联多个测试

This commit is contained in:
wenyann 2021-03-21 19:43:27 +08:00
parent c96928384e
commit 1d0ea00553
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ public class EditTestCaseRequest extends TestCaseWithBLOBs {
* 复制测试用例后要进行复制的文件Id list
*/
private List<String> fileIds = new ArrayList<>();
private List<List<String>> selected = new ArrayList<>();
}