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 | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index a0005e7..14f623e 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -464,5 +464,19 @@ public string staff { get; set; } = "None";//鎿嶄綔浜� public string shift { get; set; } = "None";//鐝 } + + 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