namespace HStation.WinFrmUI
{
///
///
///
public class SimulationPumpParallelSaveItemViewModel
{
///
/// 编码
///
public string Code { get; set; }
///
/// 运行状态
///
public string LinkStatus { get; set; }
///
/// 转速比
///
public double SpeedRatio { get; set; }
}
}