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>