namespace Yw.Application.Curve { /// /// /// public class UpdatePumpCurveInfoInput : IDInput { /// /// 曲线信息 /// public PumpCurveInfoModel CurveInfo { get; set; } } }