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/PumpCurveExMapping_Controller.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/PumpCurveExMapping_StandardController.cs b/Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/PumpCurveExMapping_Controller.cs similarity index 97% rename from Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/PumpCurveExMapping_StandardController.cs rename to Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/PumpCurveExMapping_Controller.cs index bcda611..62a00db 100644 --- a/Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/PumpCurveExMapping_StandardController.cs +++ b/Yw.Application.Curve.Core/3-pump-curve-extension/1-mgr/PumpCurveExMapping_Controller.cs @@ -5,7 +5,7 @@ /// </summary> [Route("Curve/Pump/Mapping/Extension")] [ApiDescriptionSettings("Curve", Name = "娉垫洸绾挎槧灏勬嫇灞�", Order = 8000)] - public partial class PumpCurveExMapping_StandardController : IDynamicApiController + public partial class PumpCurveExMapping_Controller : IDynamicApiController { private readonly Service.PumpCurveExMapping _service = new(); -- Gitblit v1.9.3