From 865819f7f2d66cebb6bba68899159b9a24be3ee5 Mon Sep 17 00:00:00 2001 From: wells <123> Date: 星期六, 11 七月 2020 17:52:50 +0800 Subject: [PATCH] 板卡运行界面修改 --- src/Bro.M071.Model/Model/ProductionMeasurementRecords.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Bro.M071.Model/Model/ProductionMeasurementRecords.cs b/src/Bro.M071.Model/Model/ProductionMeasurementRecords.cs index ab65e8b..d8b9251 100644 --- a/src/Bro.M071.Model/Model/ProductionMeasurementRecords.cs +++ b/src/Bro.M071.Model/Model/ProductionMeasurementRecords.cs @@ -55,7 +55,7 @@ /// <summary> /// 浜у搧缁撴灉 /// </summary> - public OutputResult ProductionResult { get; set; } + public string ProductionResult { get; set; } } } -- Gitblit v1.8.0