qinchulong
2024-10-12 7281004dc3854ed59e9164dcd27a59c8c2cf6667
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StorageOutOrderRepository/WIDESEA_StorageOutOrderRepository.csproj
对比新文件
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\WIDESEA_IStorageOutOrderRepository\WIDESEA_IStorageOutOrderRepository.csproj" />
  </ItemGroup>
</Project>