namespace Yw.Dto.Curve { /// /// /// public class UpdatePumpCurveExpressInput : IDInput { /// /// 曲线表达式 /// public PumpCurveExpressInput CurveExpress { get; set; } } }