JLChen
2021-03-26 9c33e4ccb90fae87a614abd2ed1ab034d3b7a13d
HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs
@@ -27,11 +27,11 @@
        /// <summary>
        /// 逻辑名称
        /// </summary>
        public string name = "逻辑一";
        public string name = "自动化";
        /// <summary>
        /// 逻辑条件关系(与and:,或:or)
        /// </summary>
        public string relation = "or";
        public string relation = "and";
        /// <summary>
        /// 逻辑状态(true,false)
        /// </summary>