namespace Yw.WinFrmUI { /// /// /// public interface IHydroParterBulkSetListCtrl { /// /// 水力点击事件 /// event Action HydroClickEvent; /// /// 绑定数据 /// void SetBindingData(Yw.Model.HydroModelInfo hydroInfo); /// /// 是否有水利列表 /// bool HasHydroList { get; } } }