领胜LDS 键盘AOI检测项目
wells.liu
2020-07-03 a3c6aea6817e1597aa13fe8a585906af237df873
src/Bro.Common.Model/Helper/EnumHelper.cs
@@ -523,9 +523,9 @@
        }
        /// <summary>
        /// 马达IO定义类型
        /// IO定义类型
        /// </summary>
        public enum MotorIODefine
        public enum IODefine
        {
            Nothing,
            InputStartLeft,
@@ -589,9 +589,9 @@
        /// </summary>
        public enum IOType
        {
            [Description("In输入")]
            [Description("INPUT")]
            In = 0,
            [Description("Out输出")]
            [Description("OUTPUT")]
            Out = 1
        }
    }