From 14fe35fa249082130b534243e312cd128d585f8a Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 12 五月 2025 15:04:07 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index a9c58fc..8e27e0d 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -301,6 +301,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" /> -- Gitblit v1.9.3