From 8dab1bc23de4987cb7a145c606c7af7be14332df Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期二, 15 七月 2025 17:58:30 +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