| | |
| | | [DisplayName("ChartDbID")] |
| | | [Browsable(false)] |
| | | public long ChartDbID { get; set; } |
| | | |
| | | [DisplayName("匹配后DbID")] |
| | | [Browsable(false)] |
| | | public string AlterDbID { get; set; } |
| | | |
| | | [DisplayName("匹配后ChartDbID")] |
| | | [Browsable(false)] |
| | | public long? AlterChartDbID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 修改后额定功率 |
| | | /// </summary> |
| | | [DisplayName("修改后额定功率")] |
| | | [Browsable(true)] |
| | | public double? AlterRatedP { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 修改后额定流量 |
| | | /// </summary> |
| | | [DisplayName("修改后额定流量")] |
| | | [Browsable(true)] |
| | | public double? AlterRatedQ { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 修改后额定扬程 |
| | | /// </summary> |
| | | [DisplayName("修改后额定扬程")] |
| | | [Browsable(true)] |
| | | public double? AlterRatedH { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 修改后额定转速 |
| | | /// </summary> |
| | | [DisplayName("修改后额定转速")] |
| | | [Browsable(true)] |
| | | public double? AlterRatedN { get; set; } |
| | | } |
| | | } |