From 6731f533b1abf47aec884cc10d66a2d6e790fd13 Mon Sep 17 00:00:00 2001
From: WYB <908761037@qq.com>
Date: 星期四, 08 四月 2021 21:26:10 +0800
Subject: [PATCH] LAYUI版本PDA模式:增加工序汇报单编辑模块

---
 WebAPI/WebAPI.csproj |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index b838f4a..f5ee9d5 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -326,6 +326,7 @@
     <Compile Include="Controllers\BaseSet\Gy_SupplierController.cs" />
     <Compile Include="Controllers\BaseSet\Gy_WarehouseController.cs" />
     <Compile Include="Controllers\CJGL\Cj_NoPassProcController.cs" />
+    <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" />
     <Compile Include="Controllers\Sc_ProcessMangementController.cs" />
     <Compile Include="Controllers\CJGL\Cj_StationEntrustInBillController.cs" />
     <Compile Include="Controllers\LMESController.cs" />
@@ -346,6 +347,8 @@
     <Compile Include="Models\M_StationBillMail.cs" />
     <Compile Include="Models\M_Process.cs" />
     <Compile Include="Models\Sc_ProcessPlanViewModel.cs" />
+    <Compile Include="Models\Sc_ProcessReportViewModel.cs" />
+    <Compile Include="Models\StationEntrustInBill.cs" />
     <Compile Include="Models\StationOutBillView.cs" />
     <Compile Include="Properties\Resources.Designer.cs">
       <AutoGen>True</AutoGen>
@@ -357,6 +360,7 @@
       <DesignTimeSharedInput>True</DesignTimeSharedInput>
       <DependentUpon>Settings.settings</DependentUpon>
     </Compile>
+    <Compile Include="Service\LuBaoSevice.cs" />
     <Compile Include="Service\ProcessDal.cs" />
     <Compile Include="Service\YqnDal.cs" />
     <Compile Include="Service\YqnQbService.cs" />

--
Gitblit v1.9.1