From 05469c534399f7ff3e1d495b8558f812754fbc26 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期五, 22 三月 2024 17:22:10 +0800 Subject: [PATCH] 销售订单执行汇总表 报表的 存储过程编写。 销售毛利估算分析表 报表的 存储过程编写。 销售出库汇总表 报表的 存储过程编写。 客户发货及时率表 报表的 存储过程编写。 --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 203c43a..f5b1510 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -483,6 +483,7 @@ <Compile Include="Controllers\CGGL\YF_PayMentBillController.cs" /> <Compile Include="Controllers\XSGL\YS_ReceiveBackBillController.cs" /> <Compile Include="Controllers\CGGL\YF_PayMentOtherBillController.cs" /> + <Compile Include="Controllers\XSGL\Xs_SeReportController.cs" /> <Compile Include="Controllers\XSGL\YS_ReceiveOtherBillController.cs" /> <Compile Include="Controllers\XSGL\YS_ReceiveBillController.cs" /> <Compile Include="Controllers\XSGL\Kf_SellOutBillController.cs" /> -- Gitblit v1.9.1