From 0171d347fec140d31db39ab5d76d51eebac472c2 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期一, 31 十月 2022 14:28:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/IStation/Service.V4.1 --- Calculation/IStation.Calculation.Dispatch/Model/CurrentRecordBundle.cs | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Calculation/IStation.Calculation.Dispatch/Model/CurrentRecordBundle.cs b/Calculation/IStation.Calculation.Dispatch/Model/CurrentRecordBundle.cs index 70249bb..dd84a98 100644 --- a/Calculation/IStation.Calculation.Dispatch/Model/CurrentRecordBundle.cs +++ b/Calculation/IStation.Calculation.Dispatch/Model/CurrentRecordBundle.cs @@ -54,8 +54,20 @@ { this.Value = vvv; - } - + } + } + /// <summary> + /// + /// </summary> + /// <param name="name"></param> + /// <param name="v"></param> + public RecordValue(string name, double v) + { + this.Name = name; + + this.Value = v; + + } /// <summary> /// -- Gitblit v1.9.3