From 93e3bc91c522547758b282a23a0ecd0633817c71 Mon Sep 17 00:00:00 2001 From: cwjbxqmz <1134865194@qq.com> Date: 星期五, 17 十一月 2023 10:33:24 +0800 Subject: [PATCH] 应付收款单、付款单及其单据列表的增加 --- WebAPI/WebAPI.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 9b4b711..5698ae9 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -467,6 +467,8 @@ <Compile Include="Controllers\XSGL\Xs_SeOrderChangeBillController.cs" /> <Compile Include="Controllers\XSGL\Xs_ExceptiveCheckRequestBillController.cs" /> <Compile Include="Controllers\XSGL\Xs_CusRatingChangeBillController.cs" /> + <Compile Include="Controllers\XSGL\YF_PayMentBackBillController.cs" /> + <Compile Include="Controllers\XSGL\YF_PayMentBillController.cs" /> <Compile Include="Controllers\XSGL\YS_ReceiveBackBillController.cs" /> <Compile Include="Controllers\XSGL\YS_ReceiveBillController.cs" /> <Compile Include="Controllers\XSGL\Kf_SellOutBillController.cs" /> -- Gitblit v1.9.1