From b4db153d2e28d451592811fea29c6d1bab71887b Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 30 四月 2024 13:52:53 +0800
Subject: [PATCH] 优化运行分析,运行记录结构更改,运行服务新增监测中断判断

---
 Yw.Dto.Run.Core/02-record/RunRealRecordStdDto.cs |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/Yw.Dto.Run.Core/02-record/RunRealRecordStdDto.cs b/Yw.Dto.Run.Core/02-record/RunRealRecordStdDto.cs
index 8693b07..c4d5f5a 100644
--- a/Yw.Dto.Run.Core/02-record/RunRealRecordStdDto.cs
+++ b/Yw.Dto.Run.Core/02-record/RunRealRecordStdDto.cs
@@ -19,7 +19,8 @@
             this.ObjectID = rhs.ObjectID;
             this.DataTime = rhs.DataTime;
             this.RSa = rhs.RSa;
-            this.ContinueRunTime = rhs.ContinueRunTime;
+            this.ContinueTime = rhs.ContinueTime;
+            this.TotalShutTime = rhs.TotalShutTime;
             this.TotalRunTime = rhs.TotalRunTime;
             this.BootTimes = rhs.BootTimes;
             this.AnalyStatus = rhs.AnalyStatus;
@@ -47,9 +48,14 @@
         public int RSa { get; set; }
 
         /// <summary>
-        /// 杩炵画杩愯鏃堕棿
+        /// 杩炵画鏃堕棿
         /// </summary>
-        public int ContinueRunTime { get; set; }
+        public int ContinueTime { get; set; }
+
+        /// <summary>
+        /// 鎬诲仠鏈烘椂闂�
+        /// </summary>
+        public int TotalShutTime { get; set; }
 
         /// <summary>
         /// 鎬昏繍琛屾椂闂�

--
Gitblit v1.9.3