From b4db153d2e28d451592811fea29c6d1bab71887b Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 30 四月 2024 13:52:53 +0800 Subject: [PATCH] 优化运行分析,运行记录结构更改,运行服务新增监测中断判断 --- Yw.Service.Run.Core/01-entity/RunAnalyConfigure.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Yw.Service.Run.Core/01-entity/RunAnalyConfigure.cs b/Yw.Service.Run.Core/01-entity/RunAnalyConfigure.cs index 1a0fc12..f7912a4 100644 --- a/Yw.Service.Run.Core/01-entity/RunAnalyConfigure.cs +++ b/Yw.Service.Run.Core/01-entity/RunAnalyConfigure.cs @@ -34,7 +34,7 @@ public long ObjectID { get; set; } /// <summary> - /// 鍒嗘瀽棰戠巼 + /// 鍒嗘瀽棰戠巼 锛堢锛� /// </summary> public int Frequency { get; set; } -- Gitblit v1.9.3