From 6ae95231acc4cb0ccc6015b814f58fdd4586d246 Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 13 Aug 2024 17:12:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E7=95=8C=E9=9D=A2=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=8A=8A=E6=B2=BB=E5=85=B7=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E4=B9=9F=E6=B8=85=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Entitys/TestFixtureManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rs.DeweyTester/Entitys/TestFixtureManager.cs b/Rs.DeweyTester/Entitys/TestFixtureManager.cs index c14b109..a931548 100644 --- a/Rs.DeweyTester/Entitys/TestFixtureManager.cs +++ b/Rs.DeweyTester/Entitys/TestFixtureManager.cs @@ -104,6 +104,8 @@ namespace Rs.MotionPlat.Entitys public void ClearData() { + this.Product = null; + this.Result = ""; this.PassCount = 0; this.TotalCount = 0; this.LastCT = 0;