From 1529de974c3992223de1264febbc5611234f56c5 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期五, 14 一月 2022 19:46:46 +0800 Subject: [PATCH] nothing --- WebAPI/WebAPI.csproj | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index f975b6a..0932227 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -357,6 +357,7 @@ <Compile Include="Controllers\GZGL\Gy_WorkTypeBillController.cs" /> <Compile Include="Controllers\JHGL\Gy_RoutingBillController.cs" /> <Compile Include="Controllers\Kf_ICStockBillMainController.cs" /> + <Compile Include="Controllers\MateOutController.cs" /> <Compile Include="Controllers\MJGL\Sc_MouldMaintainRuleBillController.cs" /> <Compile Include="Controllers\MJGL\Sc_MouldMoveStockStepInBillListController .cs" /> <Compile Include="Controllers\MJGL\Sc_MouldProdMoveBillListController.cs" /> @@ -703,7 +704,6 @@ <Compile Include="Controllers\EntrustOutBackController.cs" /> <Compile Include="Controllers\EntrustOutController.cs" /> <Compile Include="Controllers\Kf_EntrustInBillController.cs" /> - <Compile Include="Controllers\MateOutController.cs" /> <Compile Include="Controllers\OtherOutBillController.cs" /> <Compile Include="Controllers\OtherInStockController.cs" /> <Compile Include="Controllers\POStockInBackBillController.cs" /> @@ -784,10 +784,10 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> - <WebReferenceUrl Include="http://localhost:8098/WebService1.asmx"> + <WebReferenceUrl Include="http://localhost:8021/webservice/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS\</RelPath> - <UpdateFromURL>http://localhost:8098/WebService1.asmx</UpdateFromURL> + <UpdateFromURL>http://localhost:8021/webservice/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> -- Gitblit v1.9.1