From e902e8a37f677b8e6615286f552e97db1e738bb2 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期一, 12 七月 2021 13:47:16 +0800 Subject: [PATCH] nothing --- WebAPI/WebAPI.csproj | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 729de1b..8086554 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -319,6 +319,8 @@ <Compile Include="Controllers\BaseSet\Gy_MaintenanceAcceptItemController.cs" /> <Compile Include="Controllers\BaseSet\Gy_MaintenanceItemController.cs" /> <Compile Include="Controllers\BaseSet\Gy_MaintenanceModeController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_StockPlaceController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_EquipMentController.cs" /> <Compile Include="Controllers\BaseSet\Gy_WorkCenterController.cs" /> <Compile Include="Controllers\BaseSet\Gy_CurrencyController.cs" /> <Compile Include="Controllers\BaseSet\Gy_UnitController.cs" /> @@ -341,6 +343,7 @@ <Compile Include="Controllers\BLL\Xt_SystemParameterController.cs" /> <Compile Include="Controllers\BLL\Xt_UserController.cs" /> <Compile Include="Controllers\BLL\Xt_SystemLogController.cs" /> + <Compile Include="Controllers\CellWidthController.cs" /> <Compile Include="Controllers\CGGL\Cg_POOrderBillController.cs" /> <Compile Include="Controllers\CGGL\WW_EntrustOrderBillController.cs" /> <Compile Include="Controllers\CGGL\Cg_POInStockBillController.cs" /> @@ -370,6 +373,7 @@ <Compile Include="Controllers\SCGL\QC_OutCompCheckBillController.cs" /> <Compile Include="Controllers\SCGL\QC_ProcessCheckBillController.cs" /> <Compile Include="Controllers\SCGL\Sc_QualityReportBillController.cs" /> + <Compile Include="Controllers\Sc_MouldOtherInBillController.cs" /> <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationEntrustInBillController.cs" /> <Compile Include="Controllers\LMESController.cs" /> @@ -388,6 +392,8 @@ <Compile Include="DLL\ClsQC_NoPassProdCheckBill.cs" /> <Compile Include="DLL\ClsQC_PatrolProcCheckBill.cs" /> <Compile Include="DLL\ClsSb_EquipConkBookBill.cs" /> + <Compile Include="DLL\ClsSb_EquipDotCheckBill.cs" /> + <Compile Include="DLL\ClsSb_EquipMaintainBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairCheckBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairWorkBill.cs" /> <Compile Include="DLL\ClsSc_ICMOReportBill.cs" /> @@ -410,14 +416,29 @@ <Compile Include="Models\ApiConfig.cs" /> <Compile Include="Models\ApiResult.cs" /> <Compile Include="Models\CheckItem.cs" /> + <Compile Include="Models\ClsSb_EquipDotCheckBillMain.cs" /> + <Compile Include="Models\ClsSb_EquipDotCheckBillSub.cs" /> + <Compile Include="Models\ClsSb_EquipMaintainBillMain.cs" /> + <Compile Include="Models\ClsSb_EquipMaintainBillSub.cs" /> <Compile Include="Models\ClsSb_EquipRepairWorkBillMain.cs" /> <Compile Include="Models\ClsSb_EquipRepairWorkBillSub.cs" /> + <Compile Include="Models\ClsSc_MouldScrapOutBillMain.cs"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Compile> <Compile Include="Models\ClsSc_MouldDotCheckBillMain.cs" /> <Compile Include="Models\ClsSc_MouldDotCheckBillSub.cs" /> <Compile Include="Models\ClsSc_MouldMaintainBillMain.cs" /> <Compile Include="Models\ClsSc_MouldMaintainBillSub.cs" /> <Compile Include="Models\ClsSc_MouldStockBillMain.cs" /> <Compile Include="Models\ClsSc_MouldStockBillSub.cs" /> + <Compile Include="Models\EquipMent.cs" /> + <Compile Include="Models\Gy_Mould.cs" /> + <Compile Include="Models\Gy_MouldSub.cs" /> + <Compile Include="Models\Sc_MouldStockBillMain.cs" /> + <Compile Include="Models\Sc_MouldStockBillSub.cs" /> + <Compile Include="Models\Xt_AccountPeriod.cs" /> + <Compile Include="Models\xtgnb.cs" /> + <Compile Include="Models\SystemParameter.cs" /> <Compile Include="Models\ClsSc_ProcessSendWorkMain.cs" /> <Compile Include="Models\ClsWW_EntrustProcessReportBillMain.cs" /> <Compile Include="Models\ClsWW_EntrustProcessReportBillSub.cs" /> @@ -425,11 +446,18 @@ <Compile Include="Models\ClsWW_EntrustProcessSendOutBillSub.cs" /> <Compile Include="Models\ClsWW_EntrustWorkOrderBillMain.cs" /> <Compile Include="Models\ClsWW_EntrustWorkOrderBillSub.cs" /> + <Compile Include="Models\Customer.cs" /> + <Compile Include="Models\BillType.cs" /> + <Compile Include="Models\QC_OutCompCheckBillMain.cs" /> + <Compile Include="Models\QC_OutCompCheckBillSub.cs" /> + <Compile Include="Models\Supplier.cs" /> <Compile Include="Models\DocumentsView.cs" /> <Compile Include="Models\Gy_Group.cs" /> <Compile Include="Models\Gy_WorkCenter.cs" /> <Compile Include="Models\MaintenanceAcceptItem.cs" /> <Compile Include="Models\MaintenanceMode.cs" /> + <Compile Include="Models\QC_LastPieceCheckBillSub.cs" /> + <Compile Include="Models\QC_LastPieceCheckBillMain.cs" /> <Compile Include="Models\QC_ProcessCheckBillSub.cs" /> <Compile Include="Models\QC_ProcessCheckBillMain.cs" /> <Compile Include="Models\Gy_RoutingBillSub.cs" /> -- Gitblit v1.9.1