BLL/HStation.BLL.Phart.Core/03-localclient/03-mapping/XhsPumpPhartMapping.cs
@@ -6,7 +6,7 @@ public class XhsPumpPhartMapping : IXhsPumpPhartMapping { private readonly HStation.Service.XhsPumpPhartMapping _service = new(); #region Query /// <summary> @@ -72,7 +72,7 @@ var vm_list = list?.Select(x => new XhsPumpPhartMappingDto(x)).ToList(); return vm_list; }); } } /// <summary> @@ -239,9 +239,9 @@ { return _service.UpdateImportance(ID, Importance); }); } } #endregion #endregion #region Delete @@ -299,7 +299,7 @@ { return false; }); } } #endregion }