From 9cad1c10e12746b9f8d7b6bb1c4515c0ea613761 Mon Sep 17 00:00:00 2001
From: duyongjia <adu_555@163.com>
Date: 星期四, 09 一月 2025 14:49:42 +0800
Subject: [PATCH] 入库时从外面的货位开始入
---
项目代码/WebService/WMS_WebService/WebService/WebService.csproj | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WebService/WMS_WebService/WebService/WebService.csproj" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WebService/WMS_WebService/WebService/WebService.csproj"
index 5ff88cd..754f06a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WebService/WMS_WebService/WebService/WebService.csproj"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WebService/WMS_WebService/WebService/WebService.csproj"
@@ -73,10 +73,12 @@
</ItemGroup>
<ItemGroup>
<Content Include="Web.config" />
- <Content Include="WebService1.asmx" />
+ <Content Include="LiKu.asmx" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="freezeByCustomerResponse.cs" />
<Compile Include="HttpHelper.cs" />
+ <Compile Include="InventoryQueryResponse.cs" />
<Compile Include="Log\FileUtil.cs" />
<Compile Include="Log\ILog.cs" />
<Compile Include="Log\ILogFactory.cs" />
@@ -85,10 +87,11 @@
<Compile Include="Log\LogFactory.cs" />
<Compile Include="Log\LogUtil.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="WebService1.asmx.cs">
- <DependentUpon>WebService1.asmx</DependentUpon>
+ <Compile Include="LiKu.asmx.cs">
+ <DependentUpon>LiKu.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
+ <Compile Include="ReturnInventoryResponse.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
--
Gitblit v1.9.3