From a91d445374856ef13b7dc3cb62e7cdcf17834c94 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期一, 28 六月 2021 11:22:25 +0800
Subject: [PATCH] 工序流转卡模块

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 5798f16..19c7d2f 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -352,6 +352,7 @@
     <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" />
     <Compile Include="Controllers\JHGL\Gy_RoutingBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldOtherOutBillController.cs" />
+    <Compile Include="Controllers\MJJY\Mj_PDA_MoudlCheckController.cs" />
     <Compile Include="Controllers\PublicPageMethodController.cs" />
     <Compile Include="Controllers\Sc_GroupOrderBillController.cs" />
     <Compile Include="Controllers\QC_ManagementController.cs" />
@@ -391,6 +392,8 @@
     <Compile Include="DLL\ClsSc_ICMOReportBill.cs" />
     <Compile Include="DLL\ClsSc_MESBeginWorkBill.cs" />
     <Compile Include="DLL\ClsSc_MESEndWorkBill.cs" />
+    <Compile Include="DLL\ClsSc_MESStopWorkBill.cs" />
+    <Compile Include="DLL\ClsSc_MouldDotCheckBill.cs" />
     <Compile Include="DLL\ClsSc_MouldLifeChangeBill.cs" />
     <Compile Include="DLL\ClsSc_MouldProdBackBill.cs" />
     <Compile Include="DLL\ClsSc_MouldProdOutBill.cs" />
@@ -407,6 +410,10 @@
     <Compile Include="Models\CheckItem.cs" />
     <Compile Include="Models\ClsSb_EquipRepairWorkBillMain.cs" />
     <Compile Include="Models\ClsSb_EquipRepairWorkBillSub.cs" />
+    <Compile Include="Models\ClsSc_MouldDotCheckBillMain.cs" />
+    <Compile Include="Models\ClsSc_MouldDotCheckBillSub.cs" />
+    <Compile Include="Models\ClsSc_MouldStockBillMain.cs" />
+    <Compile Include="Models\ClsSc_MouldStockBillSub.cs" />
     <Compile Include="Models\ClsSc_ProcessSendWorkMain.cs" />
     <Compile Include="Models\ClsWW_EntrustProcessReportBillMain.cs" />
     <Compile Include="Models\ClsWW_EntrustProcessReportBillSub.cs" />

--
Gitblit v1.9.1