namespace HStation.WinFrmUI
{
public class AssetsAutoMatchingViewModel
{
///
/// 水泵列表
///
public List PumpMatchingModels { get; set; }
///
/// 三通列表
///
public List ThreeLinkMatchingModels { get; set; }
///
/// 四通列表
///
public List FourLinkMatchingModels { get; set; }
///
/// 弯头列表
///
public List ElbowsMatchingModels { get; set; }
///
/// 管道列表
///
public List PipeLineMatchingModels { get; set; }
///
/// 阀门列表
///
public List ValveMatchingModels { get; set; }
}
}