using Mapster;
namespace HStation.WinFrmUI
{
///
/// 精度视图
///
public class SimulationPrintAccuracyViewModel
{
///
///
///
public SimulationPrintAccuracyViewModel() { }
///
/// 流量
///
public SimulationPrintAccuracyFlowViewModel Flow { get; set; }
///
/// 压力
///
public SimulationPrintAccuracyPressViewModel Press { get; set; }
///
/// 比例
///
public SimulationPrintAccuracyScaleViewModel Scale { get; set; }
///
/// 子级集合
///
public List Items { get; set; }
}
}