From beca28ecb3a730ffb33c21e0c55c729774725faf Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期五, 25 四月 2025 16:51:28 +0800
Subject: [PATCH] 优化备料单发料逻辑

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

diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj
index 3369e00..a9c58fc 100644
--- a/Tiger.Model.Net/Tiger.Model.Net.csproj
+++ b/Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -61,6 +61,9 @@
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+      <HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
+    </Reference>
     <Reference Include="SqlSugar, Version=5.1.4.170, Culture=neutral, processorArchitecture=MSIL">
       <HintPath>..\packages\SqlSugar.5.1.4.171-preview11\lib\SqlSugar.dll</HintPath>
     </Reference>
@@ -107,6 +110,8 @@
     <Compile Include="Entitys\MES\YadaU9\mes_SCMPickList.cs" />
     <Compile Include="Entitys\MES\YadaU9\mes_TransferForm.cs" />
     <Compile Include="Entitys\MES\YadaU9\mes_TransferFormLine.cs" />
+    <Compile Include="Entitys\MES\YadaU9\mes_TransferIn.cs" />
+    <Compile Include="Entitys\MES\YadaU9\mes_TransInLine.cs" />
     <Compile Include="Entitys\MES\YadaU9\mes_Wh.cs" />
     <Compile Include="Entitys\MES\YadaU9\mes_WhLotCodeQtyInfo.cs" />
     <Compile Include="Entitys\MQTTEntity.cs" />
@@ -281,6 +286,9 @@
     <Compile Include="Entitys\MengQi\TestData.cs" />
     <Compile Include="Entitys\MengQi\User.cs" />
     <Compile Include="Entitys\WMS\BIZ_ERP_PROD_IN_BTH.cs" />
+    <Compile Include="Entitys\WMS\BIZ_ITEM_CVT.cs" />
+    <Compile Include="Entitys\WMS\BIZ_ITEM_CVT_DTL.cs" />
+    <Compile Include="Entitys\WMS\BIZ_ITEM_CVT_SN.cs" />
     <Compile Include="Entitys\WMS\BIZ_U9_ASN.cs" />
     <Compile Include="Entitys\WMS\BIZ_U9_ASN_DTL.cs" />
     <Compile Include="Entitys\WMS\BIZ_U9_ASN_SN.cs" />
@@ -296,9 +304,14 @@
     <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_U9_SCM_OUT.cs" />
+    <Compile Include="Entitys\WMS\BIZ_U9_SCM_OUT_DTL.cs" />
     <Compile Include="Entitys\WMS\BIZ_WMS_PREP.cs" />
+    <Compile Include="Entitys\WMS\BIZ_WMS_PREP_BTH.cs" />
     <Compile Include="Entitys\WMS\BIZ_WMS_PREP_DTL.cs" />
     <Compile Include="Entitys\WMS\BIZ_WMS_PREP_SN.cs" />
+    <Compile Include="Entitys\WMS\BIZ_WMS_PREP_SRC.cs" />
+    <Compile Include="Entitys\WMS\BIZ_WMS_PREP_SRC_DTL.cs" />
     <Compile Include="Entitys\WMS\V_MONTH_IN_SUM.cs" />
     <Compile Include="Entitys\WMS\V_WH_ITEM_SUM.cs" />
     <Compile Include="Entitys\WMS\V_WMS_ITEM_Y.cs" />

--
Gitblit v1.9.3