tangxu
2023-03-20 dbb8ccaaf7a51e0f3d8bab37d20287c2c1446273
Model/IStation.Model.Monitor/Control/MonitorTestControlParas_Enum.cs
@@ -26,6 +26,8 @@
            /// 启动
            /// </summary>
            Start = 1,
        }
        /// <summary>
@@ -36,12 +38,17 @@
            /// <summary>
            /// 定时
            /// </summary>
            Timing = 1,
            Timing = 0,
            /// <summary>
            /// 定流量
            /// </summary>
            ConstantFlow = 2,
            ConstantFlow = 1,
            /// <summary>
            /// 定功率
            /// </summary>
            ConstantPa = 2,
        }
    }