From 84dce085bc09f2be5b0087894435d292db1f8f2a Mon Sep 17 00:00:00 2001 From: xuxm Date: Fri, 18 Sep 2020 14:17:26 +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 --- backend/src/main/java/io/metersphere/base/domain/TestPlan.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 91157b7c85..50612a4b10 100644 --- a/backend/src/main/java/io/metersphere/base/domain/TestPlan.java +++ b/backend/src/main/java/io/metersphere/base/domain/TestPlan.java @@ -24,7 +24,7 @@ public class TestPlan implements Serializable { private String testCaseMatchRule; private String executorMatchRule; - + private Long plannedStartTime; private Long plannedEndTime;