From 87dcb41e35110fcaafc9a0a708199256ed517fb0 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期日, 18 二月 2024 16:53:25 +0800 Subject: [PATCH] 新增PDA其他出库上传调用方法 --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 094a555..07d1dbb 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -466,6 +466,7 @@ <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> <Compile Include="Controllers\Sc_ProcessReportController.cs" /> <Compile Include="Controllers\XSGL\Kf_ICStockBackBillController.cs" /> + <Compile Include="Controllers\XSGL\Xs_ReceivableBillController.cs" /> <Compile Include="Controllers\XSGL\YS_ContactBalController.cs" /> <Compile Include="Controllers\XSGL\Xs_SeOrderChangeBillController.cs" /> <Compile Include="Controllers\XSGL\Xs_ExceptiveCheckRequestBillController.cs" /> -- Gitblit v1.9.1