From 8d50f77ff706e213955e3c8dd2029dc10e9f9b63 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 20 三月 2025 21:29:05 +0800
Subject: [PATCH] 优化清点逻辑,支持扫箱条码,增加退货的数量处理 更新实体

---
 Tiger.Model.Net/Tiger.Model.Net.csproj |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj
index 39a312f..6f1dfc4 100644
--- a/Tiger.Model.Net/Tiger.Model.Net.csproj
+++ b/Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -291,9 +291,9 @@
     <Compile Include="Entitys\WMS\BIZ_U9_RECEIPT.cs" />
     <Compile Include="Entitys\WMS\BIZ_U9_RECEIPT_DTL.cs" />
     <Compile Include="Entitys\WMS\BIZ_U9_RECEIPT_SN.cs" />
-    <Compile Include="Entitys\WMS\BIZ_U9_RETURN.cs" />
-    <Compile Include="Entitys\WMS\BIZ_U9_RETURN_DTL.cs" />
-    <Compile Include="Entitys\WMS\BIZ_U9_RETURN_SN.cs" />
+    <Compile Include="Entitys\WMS\BIZ_U9_RMA.cs" />
+    <Compile Include="Entitys\WMS\BIZ_U9_RMA_DTL.cs" />
+    <Compile Include="Entitys\WMS\BIZ_U9_RMA_SN.cs" />
     <Compile Include="Entitys\WMS\BIZ_WMS_PREP.cs" />
     <Compile Include="Entitys\WMS\BIZ_WMS_PREP_DTL.cs" />
     <Compile Include="Entitys\WMS\BIZ_WMS_PREP_SN.cs" />

--
Gitblit v1.9.3