| | |
| | | public const string Node = "Node"; |
| | | |
| | | /// <summary> |
| | | /// 水库 |
| | | /// </summary> |
| | | public const string Reservoir = "Reservoir"; |
| | | |
| | | /// <summary> |
| | | /// 水池 |
| | | /// </summary> |
| | | public const string Tank = "Tank"; |
| | | |
| | | /// <summary> |
| | | /// 水箱 |
| | | /// </summary> |
| | | public const string Waterbox = "Waterbox"; |
| | | |
| | | /// <summary> |
| | | /// 连接节点 |
| | | /// </summary> |
| | | public const string Junction = "Junction"; |
| | |
| | | /// 连接件 |
| | | /// </summary> |
| | | public const string Coupling = "Coupling"; |
| | | |
| | | /// <summary> |
| | | /// 闷头 |
| | | /// </summary> |
| | | public const string Blunthead = "Blunthead"; |
| | | |
| | | /// <summary> |
| | | /// 弯头 |
| | |
| | | public const string Meter = "Meter"; |
| | | |
| | | /// <summary> |
| | | /// 仪表 |
| | | /// </summary> |
| | | public const string Instrument = "Instrument"; |
| | | |
| | | /// <summary> |
| | | /// 流量计 |
| | | /// </summary> |
| | | public const string Flowmeter = "Flowmeter"; |