From 071a7efe34469cbfc0f5401291c6e3ba21f31b19 Mon Sep 17 00:00:00 2001 From: 18256738414 <634643841@qq.com> Date: 星期四, 24 七月 2025 21:29:16 +0800 Subject: [PATCH] 双钱,空托自动上线优先空托货架区 --- api/ApiModel.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 7e0e8f7..14f623e 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -468,6 +468,15 @@ public class EmptyLineToLineInfo { public string startLoc { get; set; }//璧风偣 + + public string staff { get; set; } = "None";//鎿嶄綔浜�+ } + + public class EmptyLineToEmptyMaxInfo + { + public string startLoc { get; set; }//璧风偣 + public int cntCount { get; set; }//瀹瑰櫒鏁伴噺 + public string staff { get; set; } = "None";//鎿嶄綔浜� } } } -- Gitblit v1.9.1