From eb0ad83719de660e5c4f7676aea4710625b6bd51 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 19 十二月 2024 21:55:43 +0800
Subject: [PATCH] WMS增加标准上下架功能事务

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

diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj
index 1012058..f42e92d 100644
--- a/Tiger.Model.Net/Tiger.Model.Net.csproj
+++ b/Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -229,6 +229,8 @@
     <Compile Include="Entitys\SYS\SYS_CS_LOGIN.cs" />
     <Compile Include="Entitys\SYS\SYS_LOW_CODE.cs" />
     <Compile Include="Entitys\SYS\SYS_PDA_LOGIN.cs" />
+    <Compile Include="Entitys\WMS\Api\Input_Entitys.cs" />
+    <Compile Include="Entitys\WMS\Api\Output_Entitys.cs" />
     <Compile Include="Entitys\WMS\Api\Resell.cs" />
     <Compile Include="Entitys\WMS\Api\InFinished.cs" />
     <Compile Include="Entitys\WMS\Api\InReceiptCheckingInput.cs" />
@@ -556,7 +558,6 @@
     <Compile Include="Entitys\DigitalTwin\SeaStone\WebHook.cs" />
     <Compile Include="Entitys\SYS\USER.cs" />
     <Compile Include="Entitys\AnonymousEntity.cs" />
-    <Compile Include="Entitys\Barcode.cs" />
     <Compile Include="Entitys\ImportEntity.cs" />
     <Compile Include="Entitys\WMS\AgvActionResult.cs" />
     <Compile Include="Entitys\WMS\KanBan\WareHousing.cs" />

--
Gitblit v1.9.3