using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// /// public class PumpParallelCurveExLogicDto:PumpParallelCurveLogicDto { /// /// 0 是单泵曲线 1是并联曲线 /// public int Type { get; set; } /// /// 名称 /// public string Name { get; set; } } }