仪表盘
版本库
文件存储
活动
搜索
登录
Yw
/
Curve.V1
曲线curve
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
版本大更新
lixiaojun
2024-03-27
56b519c5ee0ee0615400c7df8d455f9766fa600b
[Yw/Curve.V1.git]
/
Yw.Dto.Curve.Core
/
99-model
/
UpdatePumpCurveExpressInput.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Yw.Dto.Curve
{
/// <summary>
///
/// </summary>
public class UpdatePumpCurveExpressInput : IDInput
{
/// <summary>
/// 曲线表达式
/// </summary>
public PumpCurveExpressInput CurveExpress { get; set; }
}
}