From 071a7efe34469cbfc0f5401291c6e3ba21f31b19 Mon Sep 17 00:00:00 2001 From: 18256738414 <634643841@qq.com> Date: 星期四, 24 七月 2025 21:29:16 +0800 Subject: [PATCH] 双钱,空托自动上线优先空托货架区 --- util/Settings.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/util/Settings.cs b/util/Settings.cs index f01f441..2220bfd 100644 --- a/util/Settings.cs +++ b/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> -- Gitblit v1.9.1