From 394d05e64b6742a3a9a1862896cebd65e5cdbc33 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期五, 01 十二月 2023 16:40:29 +0800 Subject: [PATCH] 添加坐标 --- Yw.Service.Curve.Core/2-model/1-pump/PumpCurve.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Yw.Service.Curve.Core/2-model/1-pump/PumpCurve.cs b/Yw.Service.Curve.Core/2-model/1-pump/PumpCurve.cs index 6ab722b..5cc24d3 100644 --- a/Yw.Service.Curve.Core/2-model/1-pump/PumpCurve.cs +++ b/Yw.Service.Curve.Core/2-model/1-pump/PumpCurve.cs @@ -30,6 +30,7 @@ this.UpdateUserID = rhs.UpdateUserID; this.UpdateUserName = rhs.UpdateUserName; this.Description = rhs.Description; + } /// <summary> @@ -72,7 +73,7 @@ /// <summary> /// 鍧愭爣鍙傛暟 /// </summary> - public Dictionary<string, string> CoordParas { get; set; } + public string CoordParas { get; set; } /// <summary> /// 鏇茬嚎淇℃伅 -- Gitblit v1.9.3