From 9a0acba23c5b5095be2a89b8ca190fe5202c2ea6 Mon Sep 17 00:00:00 2001 From: duyongjia <adu_555@163.com> Date: 星期日, 29 十二月 2024 15:58:45 +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