From e05bdd2993cfe613e54cb0cf3dedf34665e3c45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=80=D0=BE=D0=BB=D0=BE=D0=B2?= Date: Thu, 16 Dec 2021 15:24:37 +0500 Subject: [PATCH] =?UTF-8?q?CS2-132=20=D0=A0=D0=B0=D1=81=D1=81=D0=BC=D0=BE?= =?UTF-8?q?=D1=82=D1=80=D0=B5=D1=82=D1=8C=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE?= =?UTF-8?q?=D0=B6=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=B7=D0=B0=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20TelemetryInfoDto=20=D0=BD=D0=B0=20Dictionary=20=D0=B8=D0=BB=D0=B8=20Dictionary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AsbCloudDb/Model/TelemetryInfo.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AsbCloudDb/Model/TelemetryInfo.cs b/AsbCloudDb/Model/TelemetryInfo.cs index 8e0f3ebf..e9ef68f3 100644 --- a/AsbCloudDb/Model/TelemetryInfo.cs +++ b/AsbCloudDb/Model/TelemetryInfo.cs @@ -12,7 +12,8 @@ namespace AsbCloudDb.Model public string Customer { get; set; } public string Deposit { get; set; } public string HmiVersion { get; set; } - public string PlcVersion { get; set; } + public string SaubPlcVersion { get; set; } + public string SpinPlcVersion { get; set; } public string Comment { get; set; } } }