Service/HStation.Service.PhartRelation.Core/00-core/eGraphType.cs
@@ -6,19 +6,25 @@ public enum eGraphType { /// <summary> /// 流量扬程曲线 /// 泵 流量扬程曲线 /// </summary> QH = 11, PumpQH = 11, /// <summary> /// 流量功率曲线 /// 泵 流量功率曲线 /// </summary> QP = 12, PumpQP = 12, /// <summary> /// 流量效率曲线 /// 泵 流量效率曲线 /// </summary> QE = 13, PumpQE = 13, /// <summary> /// 阀门 流量水头损失(米)曲线 /// </summary> ValveQL = 21, } }