From 049f546f25cabfb5b08e29c54f49d61a544b0395 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 10 九月 2024 10:36:24 +0800 Subject: [PATCH] 升级前备份 --- IStation.Service/02-model/02-schedule/ScheduleScada.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/IStation.Service/02-model/02-schedule/ScheduleScada.cs b/IStation.Service/02-model/02-schedule/ScheduleScada.cs index 492989e..deef301 100644 --- a/IStation.Service/02-model/02-schedule/ScheduleScada.cs +++ b/IStation.Service/02-model/02-schedule/ScheduleScada.cs @@ -18,6 +18,7 @@ { this.RequestID = rhs.RequestID; this.Time = rhs.Time; + this.Code = rhs.Code; this.Tag = rhs.Tag; this.Value = rhs.Value; } -- Gitblit v1.9.3