From 3fec42c6383aa3b8d65f744a93b8a918d7cc6e02 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 23 七月 2024 10:15:54 +0800 Subject: [PATCH] 冲突 --- BLL/HStation.BLL.Phart.Core/03-localclient/03-mapping/XhsPumpPhartMappingExtensionsStd.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BLL/HStation.BLL.Phart.Core/03-localclient/03-mapping/XhsPumpPhartMappingExtensionsStd.cs b/BLL/HStation.BLL.Phart.Core/03-localclient/03-mapping/XhsPumpPhartMappingExtensionsStd.cs index 3ad71ca..dd5025b 100644 --- a/BLL/HStation.BLL.Phart.Core/03-localclient/03-mapping/XhsPumpPhartMappingExtensionsStd.cs +++ b/BLL/HStation.BLL.Phart.Core/03-localclient/03-mapping/XhsPumpPhartMappingExtensionsStd.cs @@ -6,7 +6,7 @@ public class XhsPumpPhartMappingExtensionsStd : IXhsPumpPhartMappingExtensionsStd { private readonly HStation.Service.XhsPumpPhartMapping _service = new(); - + /// <summary> /// 閫氳繃 PumpID 鑾峰彇 /// </summary> @@ -18,7 +18,7 @@ var vm_list = list?.Select(x => new XhsPumpPhartMappingExtensionsStdDto(x.Item1, x.Item2, x.Item3)).ToList(); return vm_list; }); - + } /// <summary> -- Gitblit v1.9.3