From 75c9dbe99c561b3488066f9c28e7dd1ff716a890 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 07 三月 2024 09:58:04 +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 6ab7973..a433cfb 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -478,6 +478,7 @@ <Compile Include="Controllers\CGGL\YF_PayMentBackBillController.cs" /> <Compile Include="Controllers\CGGL\YF_PayMentBillController.cs" /> <Compile Include="Controllers\XSGL\YS_ReceiveBackBillController.cs" /> + <Compile Include="Controllers\XSGL\YF_PayMentOtherBillController.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