From b940d23655d3e814fe0bc92ccc63f688d9cae7c3 Mon Sep 17 00:00:00 2001 From: 沈泽 <211959439@qq.com> Date: 星期四, 04 十一月 2021 16:51:31 +0800 Subject: [PATCH] 入库检验单完善 --- WebAPI/WebAPI.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index d39d945..28bdd20 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -342,6 +342,7 @@ <Compile Include="Controllers\Open_PrintTemController.cs" /> <Compile Include="Controllers\Pay_OtherBalBillController.cs" /> <Compile Include="Controllers\Pay_GroupBalBillController.cs" /> + <Compile Include="Controllers\QC_POStockInCheckBillController.cs" /> <Compile Include="Controllers\Pay_WorkTimesBillController.cs" /> <Compile Include="Controllers\Pay_SingleBalBillController.cs" /> <Compile Include="Controllers\ProductionOrderController.cs" /> @@ -464,6 +465,8 @@ <Compile Include="Models\ClsGy_ProcPrice.cs" /> <Compile Include="Models\Gy_WorkType.cs" /> <Compile Include="Models\Gy_WorkPayType.cs" /> + <Compile Include="Models\QC_POStockInCheckBillSub.cs" /> + <Compile Include="Models\QC_POStockInCheckBill.cs" /> <Compile Include="Models\Xt_DataDictionary_Proc.cs" /> <Compile Include="Models\Xt_DataDictionary_View.cs" /> <Compile Include="Models\Xt_DataDictionary_Table.cs" /> -- Gitblit v1.9.1