From b08bfd050511ed27e0bde0bd4095eed1fdb5ddeb Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 01 9月 2025 11:43:32 +0800 Subject: [PATCH] 暂时提交 --- wcs/yunneiWCS/yunneiWCS/yunneiWCS.csproj | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/wcs/yunneiWCS/yunneiWCS/yunneiWCS.csproj b/wcs/yunneiWCS/yunneiWCS/yunneiWCS.csproj index e4f6a97..59d0450 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> @@ -87,11 +88,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" /> @@ -109,6 +114,8 @@ <Compile Include="ORM\BasicDataSet.cs" /> <Compile Include="ORM\dbmodel.cs" /> <Compile Include="ORM\inStockOrder.cs" /> + <Compile Include="ORM\Wms_outInStockRecord_V2_Mes.cs" /> + <Compile Include="ORM\Wms_outInStockRecord_Details_V2_Mes.cs" /> <Compile Include="ORM\inStockOrderList.cs" /> <Compile Include="ORM\material.cs" /> <Compile Include="ORM\module.cs" /> @@ -139,6 +146,10 @@ <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\tianyong\TianYongSystem.cs" /> <Compile Include="TestForm.cs"> <SubType>Form</SubType> -- Gitblit v1.9.3