using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Application
{
///
/// 泵并联曲线
///
public class PumpParallelCurveLogicDto
{
///
///
///
public List PointQH { get; set; }
///
///
///
public List PointQP { get; set; }
}
}