lixiaojun
2025-02-17 92437d69a32c79cebf0708c147c0f3c0a24f2e23
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();
        }
    }
}