From 571289345cb09c809de244fc61065971e0e5cdee Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期二, 11 三月 2025 11:40:23 +0800
Subject: [PATCH] 送货单事务增加生成收货单逻辑

---
 Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
index 9ba6667..ec05c5a 100644
--- a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
+++ b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
@@ -27,6 +27,10 @@
         /// </summary>
         public string SN { get; set; }
         /// <summary>
+        /// 鏂欏彿
+        /// </summary>
+        public string ItemCode { get; set; }
+        /// <summary>
         /// 褰撳墠鎿嶄綔闇�瑕佹彁浜ょ殑閫夐」
         /// </summary>
         public Dictionary<string, string> Options { get; set; } = new Dictionary<string, string>();

--
Gitblit v1.9.3