update:增加test_plan增加字段的定义

This commit is contained in:
xuxm 2020-09-18 14:04:36 +08:00
parent 1d2d7128d9
commit 5cc53ee6e2
1 changed files with 8 additions and 0 deletions

View File

@ -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;