From 62a273ee755729c9f5aec825fc6adb1076f21ec7 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 07 十一月 2023 11:06:24 +0800 Subject: [PATCH] 初版 --- Yw.Service.Curve.Core/5-service/1-pump-curve/PumpCurve_Instance.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Yw.Service.Curve.Core/5-service/1-pump-curve/PumpCurve_Instance.cs b/Yw.Service.Curve.Core/5-service/1-pump-curve/PumpCurve_Instance.cs index 6c32c96..dc7f016 100644 --- a/Yw.Service.Curve.Core/5-service/1-pump-curve/PumpCurve_Instance.cs +++ b/Yw.Service.Curve.Core/5-service/1-pump-curve/PumpCurve_Instance.cs @@ -29,7 +29,7 @@ } //Model to Entity - private static Entity.PumpCurve Model2Entity(Model.PumpCurve model) + internal static Entity.PumpCurve Model2Entity(Model.PumpCurve model) { if (model == null) return default; -- Gitblit v1.9.3