From c321182cdcbc7d6489d969810f0610e48ac2b5ed Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期三, 23 七月 2025 17:40:22 +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