using Yw.Hydro; namespace Yw.WinFrmUI { /// /// /// public class HydroParterPropStatusViewModel { /// /// 属性名称 /// public string PropName { get; set; } /// /// 属性状态 /// public ePropStatus PropStatus { get; set; } } }