feat: 测试用例关联多个测试
This commit is contained in:
parent
c96928384e
commit
1d0ea00553
|
@ -16,4 +16,5 @@ public class EditTestCaseRequest extends TestCaseWithBLOBs {
|
|||
* 复制测试用例后,要进行复制的文件Id list
|
||||
*/
|
||||
private List<String> fileIds = new ArrayList<>();
|
||||
private List<List<String>> selected = new ArrayList<>();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue