From c9c91ad3e3ac218d81c86809c93a35622b51a686 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 17 9月 2025 16:05:05 +0800 Subject: [PATCH] 初步 增加 推送线程 --- DEmon/iWareDataCore/iWareDataCore.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/DEmon/iWareDataCore/iWareDataCore.csproj b/DEmon/iWareDataCore/iWareDataCore.csproj index 2a73e32..a8e0b5b 100644 --- a/DEmon/iWareDataCore/iWareDataCore.csproj +++ b/DEmon/iWareDataCore/iWareDataCore.csproj @@ -77,6 +77,7 @@ <Compile Include="BASE\Entity\InOutListEntity.cs" /> <Compile Include="BASE\Entity\EmptyPlaceViewEntity.cs" /> <Compile Include="BASE\Entity\InputMaterialEntity.cs" /> + <Compile Include="BASE\Entity\MaterialViewForMesEntity.cs" /> <Compile Include="BASE\Entity\WebOrderDetailViewEntity.cs" /> <Compile Include="BASE\Entity\WebOrderDetailEntity.cs" /> <Compile Include="BASE\Entity\MaterialClassEntity.cs" /> @@ -256,6 +257,8 @@ <Compile Include="TASK\Service\MainTaskViewService.cs" /> <Compile Include="TASK\Service\PartTaskService.cs" /> <Compile Include="TASK\Service\PartTaskViewService.cs" /> + <Compile Include="Test_ORM\Test_ORM.cs" /> + <Compile Include="ORM\Wms_outInStockRecord_V2_Mes.cs" /> <Compile Include="WebDav\Entity\FileInfo.cs" /> <Compile Include="WebDav\Service\FileService.cs" /> </ItemGroup> -- Gitblit v1.9.3