From d9e96c992590f0453e85cd551941741271cfa6f5 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期四, 22 四月 2021 17:14:41 +0800
Subject: [PATCH] 新增工序出站、进站模块

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index a33bc7c..bdf1880 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -330,6 +330,8 @@
     <Compile Include="Controllers\CGGL\Cg_POInStockBillController.cs" />
     <Compile Include="Controllers\CGGL\Cg_POInStockBackBillController.cs" />
     <Compile Include="Controllers\CJGL\Cj_NoPassProcController.cs" />
+    <Compile Include="Controllers\CJGL\Cj_StationOutBillController.cs" />
+    <Compile Include="Controllers\CJGL\Cj_StationInBillController.cs" />
     <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" />
     <Compile Include="Controllers\Sc_ProcessMangementController.cs" />
     <Compile Include="Controllers\CJGL\Cj_StationEntrustInBillController.cs" />
@@ -358,7 +360,7 @@
     <Compile Include="Models\Sc_ProcessPlanViewModel.cs" />
     <Compile Include="Models\Sc_ProcessReportViewModel.cs" />
     <Compile Include="Models\Sc_ProcessSendWorkViewModel.cs" />
-    <Compile Include="Models\StationEntrustInBill.cs" />
+    <Compile Include="Models\StationBill.cs" />
     <Compile Include="Models\StationOutBillView.cs" />
     <Compile Include="Properties\Resources.Designer.cs">
       <AutoGen>True</AutoGen>

--
Gitblit v1.9.1