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

This commit is contained in:
xuxm 2020-09-18 14:17:26 +08:00
parent 36edbe9ded
commit 84dce085bc
1 changed files with 1 additions and 1 deletions

View File

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