ningshuxia
2022-10-28 e7ef60346a872c762bf14ba441803fb3da26afaa
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,
        }
    }