From 0363984a82f507db16460a1441bf856c40e13481 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 08 十一月 2023 13:17:36 +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