using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace IStation.Model
{
///
///
///
public class EtaQHP
{
///
///
///
public double Q { get; set; }
///
///
///
public double H { get; set; }
///
///
///
public double P { get; set; }
}
}