From 77b654d928c34d32462e212a4ec212f7cc48b50f Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期三, 16 七月 2025 17:35:49 +0800
Subject: [PATCH] 库存信息添加起点货位信息

---
 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