From 6b5de286683ac86026b2e9109166ced0332cfdad Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周四, 04 9月 2025 10:10:25 +0800
Subject: [PATCH] 处理推送

---
 wcs/yunneiWCS/yunneiWCS/yunneiWCS.csproj |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/wcs/yunneiWCS/yunneiWCS/yunneiWCS.csproj b/wcs/yunneiWCS/yunneiWCS/yunneiWCS.csproj
index e4f6a97..3373349 100644
--- a/wcs/yunneiWCS/yunneiWCS/yunneiWCS.csproj
+++ b/wcs/yunneiWCS/yunneiWCS/yunneiWCS.csproj
@@ -9,7 +9,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>yunneiWCS</RootNamespace>
     <AssemblyName>yunneiWCS</AssemblyName>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
     <PublishUrl>鍙戝竷\</PublishUrl>
@@ -27,6 +27,7 @@
     <IsWebBootstrapper>false</IsWebBootstrapper>
     <UseApplicationTrust>false</UseApplicationTrust>
     <BootstrapperEnabled>true</BootstrapperEnabled>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
@@ -60,6 +61,10 @@
     <Reference Include="HslCommunication">
       <HintPath>..\CommonDll\CommonDll\HslCommunication.dll</HintPath>
     </Reference>
+    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\CommonDll\log4net.dll</HintPath>
+    </Reference>
     <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
@@ -87,11 +92,15 @@
     <Reference Include="WZ.Useful.Commons">
       <HintPath>..\CommonDll\WZ.Useful.Commons.dll</HintPath>
     </Reference>
+    <Reference Include="Yitter.IdGenerator.Net45">
+      <HintPath>..\CommonDll\Yitter.IdGenerator.Net45.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="Common\SysGloble.cs" />
     <Compile Include="DataAccess\BasicDataSetHandler.cs" />
     <Compile Include="DataAccess\ClearDataHandler.cs" />
+    <Compile Include="DataAccess\OutInStockRecord_V2_MesHandler.cs" />
     <Compile Include="DataAccess\PositionHandler.cs" />
     <Compile Include="DataAccess\OutInStockRecordHandler.cs" />
     <Compile Include="DataAccess\TianYongLogHandler.cs" />
@@ -133,12 +142,19 @@
     <Compile Include="ORM\v_inStockOrder.cs" />
     <Compile Include="ORM\v_outStockList.cs" />
     <Compile Include="ORM\Wms_outInStockRecord.cs" />
+    <Compile Include="ORM\Wms_outInStockRecord_Details_V2_Mes.cs" />
+    <Compile Include="ORM\Wms_outInStockRecord_V2_Mes.cs" />
     <Compile Include="PLC\Srm\srmEnum\srmTaskExcute.cs" />
     <Compile Include="PLC\Srm\srmEnum\srmStatus.cs" />
     <Compile Include="PLC\Trans\convDBS.cs" />
     <Compile Include="PLC\Trans\convDB.cs" />
     <Compile Include="PLC\Trans\convEntity.cs" />
     <Compile Include="EnumDefine\Device\TransEnum.cs" />
+    <Compile Include="SystemInteraction\mes2\dto\ApiResponse.cs" />
+    <Compile Include="SystemInteraction\mes2\dto\MesRequest.cs" />
+    <Compile Include="SystemInteraction\mes2\dto\InboundStockInfoToMes.cs" />
+    <Compile Include="SystemInteraction\mes2\PushMesHandler - 澶嶅埗.cs" />
+    <Compile Include="SystemInteraction\mes2\PushMesHandler.cs" />
     <Compile Include="SystemInteraction\tianyong\TianYongSystem.cs" />
     <Compile Include="TestForm.cs">
       <SubType>Form</SubType>
@@ -146,6 +162,12 @@
     <Compile Include="TestForm.Designer.cs">
       <DependentUpon>TestForm.cs</DependentUpon>
     </Compile>
+    <Compile Include="ORM\v_srmStockdetails.cs" />
+    <Compile Include="ThreadTask\mesStockDataForRealMes.cs" />
+    <Compile Include="ThreadTask\mesDataTranfficForRealMes.cs" />
+    <Compile Include="Utils\Log4Net\C_LogWriter.cs" />
+    <Compile Include="Utils\Log4Net\Log4netHelper.cs" />
+    <Compile Include="Utils\Log4Net\LogType.cs" />
     <Compile Include="Utils\TaskNoHelper.cs" />
     <Compile Include="Utils\EnumberHelper.cs" />
     <Compile Include="Utils\FileHelper.cs" />
@@ -219,6 +241,10 @@
     </None>
     <None Include="App -鐢熶骇.config">
       <SubType>Designer</SubType>
+    </None>
+    <None Include="log4net_iWare -缂栬緫鐗�.config" />
+    <None Include="log4net_iWare.config">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
     <None Include="packages.config" />
     <None Include="Properties\Settings.settings">
@@ -311,6 +337,9 @@
   <ItemGroup>
     <Content Include="IwareICO.ico" />
   </ItemGroup>
+  <ItemGroup>
+    <Folder Include="Test_ORM\" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.

--
Gitblit v1.9.3