| | |
| | | public const string LinkStatusValve = "阀门状态"; |
| | | |
| | | /// <summary> |
| | | /// 阀门类型(阀门) |
| | | /// 阀门类型 |
| | | /// </summary> |
| | | public const string ValveType = "阀门类型"; |
| | | |
| | | /// <summary> |
| | | /// 阀门设置(阀门) |
| | | /// 阀门设置 |
| | | /// </summary> |
| | | public const string ValveSetting = "阀门设置"; |
| | | |
| | | /// <summary> |
| | | /// 阀门开度 |
| | | /// </summary> |
| | | public const string ValveOpeningDegree = "阀门开度"; |
| | | |
| | | /// <summary> |
| | | /// 族与类型 |
| | |
| | | /// </summary> |
| | | public const string ClanName = "族名称"; |
| | | |
| | | /// <summary> |
| | | /// 流量 |
| | | /// </summary> |
| | | public const string Flow = "流量"; |
| | | |
| | | /// <summary> |
| | | /// 压力 |
| | | /// </summary> |
| | | public const string Press = "压力"; |
| | | |
| | | |
| | | |