WinFrmUI/Yw.WinFrmUI.Hydro.Core/00-core/03-helper/HydroChangeHelper.cs
@@ -1,9 +1,4 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Yw.Model; using Yw.Model; namespace Yw.WinFrmUI { @@ -101,6 +96,15 @@ return _removeParterList.Select(x => x.Code).Distinct().ToList(); } /// <summary> /// 重置 /// </summary> public void Reset() { _addParterList.Clear(); _updateParterList.Clear(); _removeParterList.Clear(); } } }