namespace Yw.WinFrmUI
{
///
/// 监测点
///
public class HydroMonitorWorkingInfoViewModel
{
///
/// 关联构件
/// Code
///
public string Relation { get; set; }
///
/// 属性名称
///
public string PropName { get; set; }
///
/// 属性值
///
public double PropValue { get; set; }
}
}