From 5cc53ee6e2e1863778f0615445c52a74ffd5a045 Mon Sep 17 00:00:00 2001 From: xuxm Date: Fri, 18 Sep 2020 14:04:36 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E5=A2=9E=E5=8A=A0test=5Fplan?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5=E7=9A=84=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/io/metersphere/base/domain/TestPlan.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/backend/src/main/java/io/metersphere/base/domain/TestPlan.java b/backend/src/main/java/io/metersphere/base/domain/TestPlan.java index 9e73da87bc..91157b7c85 100644 --- a/backend/src/main/java/io/metersphere/base/domain/TestPlan.java +++ b/backend/src/main/java/io/metersphere/base/domain/TestPlan.java @@ -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;