From 33c75f1b7dbc5ed934a91bea8eacd83dbb94b9a6 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 09 12月 2024 10:41:24 +0800 Subject: [PATCH] 2 --- CC/iWareSql/iWareSql.csproj | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CC/iWareSql/iWareSql.csproj b/CC/iWareSql/iWareSql.csproj index a01c0ec..c9040b2 100644 --- a/CC/iWareSql/iWareSql.csproj +++ b/CC/iWareSql/iWareSql.csproj @@ -162,7 +162,13 @@ <Compile Include="WmsDBModel\GoViewPro.cs" /> <Compile Include="WmsDBModel\GoViewProData.cs" /> <Compile Include="WmsDBModel\mes_batchOrderUPI_new.cs" /> - <Compile Include="WmsDBModel\mes_PushPackageCode.cs" /> + <Compile Include="WmsDBModel\mes_order_gather.cs" /> + <Compile Include="WmsDBModel\mes_package_gather.cs" /> + <Compile Include="WmsDBModel\mes_package_linequeue.cs" /> + <Compile Include="WmsDBModel\mes_package_unline_record.cs" /> + <Compile Include="WmsDBModel\mes_push_packagecode.cs" /> + <Compile Include="WmsDBModel\mes_push_papercut.cs" /> + <Compile Include="WmsDBModel\mes_upi_linequeue.cs" /> <Compile Include="WmsDBModel\SysCodeGen.cs" /> <Compile Include="WmsDBModel\SysCodeGenConfig.cs" /> <Compile Include="WmsDBModel\SysConfig.cs" /> @@ -202,6 +208,7 @@ <Compile Include="WmsDBModel\Test_Student.cs" /> <Compile Include="WmsDBModel\Test_Teachert.cs" /> <Compile Include="WmsDBModel\V_EmptyStation.cs" /> + <Compile Include="WmsDBModel\V_Station_Quan.cs" /> <Compile Include="WmsDBModel\WmsDBModel.cs" /> <Compile Include="WmsDBModel\wms_adapter_categories.cs" /> <Compile Include="WmsDBModel\wms_adapter_management.cs" /> @@ -220,8 +227,10 @@ <Compile Include="WmsDBModel\wms_log_action.cs" /> <Compile Include="WmsDBModel\wms_rbline_runmode.cs" /> <Compile Include="WmsDBModel\wms_rbline_task.cs" /> + <Compile Include="WmsDBModel\wms_record_package_process.cs" /> <Compile Include="WmsDBModel\wms_record_print.cs" /> <Compile Include="WmsDBModel\wms_record_trans.cs" /> + <Compile Include="WmsDBModel\wms_record_upi_process.cs" /> <Compile Include="WmsDBModel\wms_stock_quan.cs" /> <Compile Include="WmsDBModel\wms_sys_basic_data.cs" /> <Compile Include="WmsDBModel\wms_sys_help_doc.cs" /> @@ -254,6 +263,8 @@ <ItemGroup> <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> </ItemGroup> - <ItemGroup /> + <ItemGroup> + <Folder Include="TestDemo\" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.3