From 394d05e64b6742a3a9a1862896cebd65e5cdbc33 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期五, 01 十二月 2023 16:40:29 +0800 Subject: [PATCH] 添加坐标 --- Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/dto/UpdatePumpCurveExMappingInput.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/dto/UpdatePumpCurveExMappingInput.cs b/Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/dto/UpdatePumpCurveExMappingInput.cs index ed3100b..a07c2fe 100644 --- a/Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/dto/UpdatePumpCurveExMappingInput.cs +++ b/Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/dto/UpdatePumpCurveExMappingInput.cs @@ -47,10 +47,10 @@ public Dictionary<string, string> CoordParas { get; set; } /// <summary> - /// 鏇茬嚎淇℃伅 + /// 鏇茬嚎琛ㄨ揪寮� /// </summary> [Required] - public PumpCurveInfoModel CurveInfo { get; set; } + public PumpCurveExpressInput CurveExpress { get; set; } /// <summary> /// 鍙俊搴� -- Gitblit v1.9.3