From c2d2f4eb78c54bdfdb6ffb0df5932751d538ed14 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期一, 14 七月 2025 17:35:02 +0800 Subject: [PATCH] 新增PDA搬送,线边空托到原材料上线口 --- api/ApiModel.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index a0005e7..7e0e8f7 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -464,5 +464,10 @@ public string staff { get; set; } = "None";//鎿嶄綔浜� public string shift { get; set; } = "None";//鐝 } + + public class EmptyLineToLineInfo + { + public string startLoc { get; set; }//璧风偣 + } } } -- Gitblit v1.9.1