update:增加test_plan增加字段的定义
This commit is contained in:
parent
176c038122
commit
f0bc93176e
|
@ -24,6 +24,14 @@ public class TestPlan implements Serializable {
|
|||
private String testCaseMatchRule;
|
||||
|
||||
private String executorMatchRule;
|
||||
|
||||
private Long plannedStartTime;
|
||||
|
||||
private Long plannedEndTime;
|
||||
|
||||
private Long actualStartTime;
|
||||
|
||||
private Long actualEndTime;
|
||||
|
||||
private Long createTime;
|
||||
|
||||
|
|
Loading…
Reference in New Issue