From 75132765a9e57d0a97f28f9dd4132591d0bfc05d Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期日, 21 一月 2024 16:30:12 +0800 Subject: [PATCH] 期初余额报表:查询界面、excel导入功能 --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index f033840..8b33756 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -467,6 +467,7 @@ <Compile Include="Controllers\Sc_MouldRepairSendWorkBillController.cs" /> <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> <Compile Include="Controllers\Sc_ProcessReportController.cs" /> + <Compile Include="Controllers\XSGL\YS_ContactBalController.cs" /> <Compile Include="Controllers\XSGL\Xs_SeOrderChangeBillController.cs" /> <Compile Include="Controllers\XSGL\Xs_ExceptiveCheckRequestBillController.cs" /> <Compile Include="Controllers\XSGL\Xs_CusRatingChangeBillController.cs" /> -- Gitblit v1.9.1