update:增加test_plan增加字段的定义
This commit is contained in:
parent
36edbe9ded
commit
84dce085bc
|
@ -24,7 +24,7 @@ public class TestPlan implements Serializable {
|
||||||
private String testCaseMatchRule;
|
private String testCaseMatchRule;
|
||||||
|
|
||||||
private String executorMatchRule;
|
private String executorMatchRule;
|
||||||
|
|
||||||
private Long plannedStartTime;
|
private Long plannedStartTime;
|
||||||
|
|
||||||
private Long plannedEndTime;
|
private Long plannedEndTime;
|
||||||
|
|
Loading…
Reference in New Issue