233
schangxiang@126.com
2024-07-05 b27a2ba1ccbd8e2e7b61a700dde5f891ed6ae35d
DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/BLL/SystemValue.cs
@@ -16,6 +16,11 @@
    /// </summary>
    public class SystemValue
    {
        /// <summary>
        /// OP20的当前检测面值
        /// </summary>
        public static string OP20_Side_Value = "";
        #region PLC链接
        public static object lockPlcService = new object();