namespace Yw.WinFrmUI { /// /// 水力可见组件计算结果接口 /// public interface IHydroCalcuVisualResult { /// /// 编码 /// string Code { get; set; } } }