From 24d75428cb7269c89ddb97c2a9573df6e597aaef Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 29 九月 2021 17:36:14 +0800
Subject: [PATCH] 增加工种模块+增加工资类型模块

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 6d6663e..e4bab99 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -318,11 +318,14 @@
     <Compile Include="Controllers\CJGL\Cj_StationOutBillController.cs" />
     <Compile Include="Controllers\CJGL\Cj_StationInBillController.cs" />
     <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" />
+    <Compile Include="Controllers\GZGL\Gy_WorkPayTypeBillController.cs" />
+    <Compile Include="Controllers\GZGL\Gy_WorkTypeBillController.cs" />
     <Compile Include="Controllers\JHGL\Gy_RoutingBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldMoveStockStepInBillListController .cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldProdMoveBillListController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldMoveStockStepOutBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldProdInBillController.cs" />
+    <Compile Include="Controllers\MJGL\Sc_MouldRepairChangeBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldRepairOutBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldScrapInBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldOtherOutBillController.cs" />
@@ -362,6 +365,7 @@
     <Compile Include="Controllers\XSGL\Xs_SeOrderBillController.cs" />
     <Compile Include="Controllers\鍝佽川绠$悊\宸ュ簭妫�楠屽崟\QC_ProcessCheckBillController.cs" />
     <Compile Include="Controllers\鍝佽川绠$悊\棣栦欢妫�楠屽崟\QC_FirstPieceCheckBillController.cs" />
+    <Compile Include="Controllers\鍩虹璧勬枡\宸ヨ祫鍩虹璧勬枡\Gy_ProcPriceController.cs" />
     <Compile Include="Controllers\鐢熶骇绠$悊\鐢熶骇浠诲姟鍗昞Sc_ICMOBillController.cs" />
     <Compile Include="Controllers\鐢熶骇绠$悊\璐ㄩ噺姹囨姤鍗昞Sc_QualityReportBillController.cs" />
     <Compile Include="Dapper\SqlHelper.cs" />
@@ -370,6 +374,8 @@
     <Compile Include="DLL\ClsGy_BadReason_Ctl.cs" />
     <Compile Include="DLL\ClsGy_Material_Ctl.cs" />
     <Compile Include="DLL\ClsGy_Source_Ctl.cs" />
+    <Compile Include="DLL\ClsGy_WorkPayTypeBill.cs" />
+    <Compile Include="DLL\ClsGy_WorkTypeBill.cs" />
     <Compile Include="DLL\ClsQC_NoPassProdCheckBill.cs" />
     <Compile Include="DLL\ClsQC_PatrolProcCheckBill.cs" />
     <Compile Include="DLL\ClsSb_EquipConkBookBill.cs" />
@@ -393,6 +399,7 @@
     <Compile Include="DLL\ClsSc_MouldMoveStockStepInBill.cs" />
     <Compile Include="DLL\ClsSc_MouldProdMoveBill.cs" />
     <Compile Include="DLL\ClsSc_MouldProdOutBill.cs" />
+    <Compile Include="DLL\ClsSc_MouldRepairChangeBill.cs" />
     <Compile Include="DLL\ClsSc_MouldRepairCheckBill.cs" />
     <Compile Include="DLL\ClsSc_MouldRepairInBill.cs" />
     <Compile Include="DLL\ClsSc_MouldRepairOutBill.cs" />
@@ -415,6 +422,8 @@
     <Compile Include="Models\ClsSb_EquipRepairWorkBillMain.cs" />
     <Compile Include="Models\ClsSc_MouldProdBillMain.cs" />
     <Compile Include="Models\ClsSc_MouldProdBillSub.cs" />
+    <Compile Include="Models\ClsSc_MouldRepairChangeBillMain.cs" />
+    <Compile Include="Models\ClsSc_MouldRepairChangeBillSub.cs" />
     <Compile Include="Models\ClsSc_MouldRepairInBillMain.cs" />
     <Compile Include="Models\ClsSc_MouldRepairInBillSub.cs" />
     <Compile Include="Models\ClsSc_MouldRepairOutBillMain.cs" />

--
Gitblit v1.9.1