杨张扬
4 天以前 c2d2f4eb78c54bdfdb6ffb0df5932751d538ed14
util/Settings.cs
@@ -28,6 +28,11 @@
        public static List<ProductionLine> ProductionLines { get; set; }
        /// <summary>
        /// 产线的序号索引
        /// </summary>
        public static int LineSorting { get; set; } = 0;
        /// <summary>
        /// 所有称重设备信息列表
        /// </summary>
        public static List<WeightDevice> WeightDevices { get; set; }
@@ -127,6 +132,7 @@
            public int ProductionLine_Slot { get; set; }//产线的插槽号
            public string PointIn { get; set; }//产线的空托上线位
            public string PointOut { get; set; }//产线的满托下线位
            public int Sorting { get; set; }//产线的排序
        }
        /// <summary>