From c7cfb07c1d5941a2023431c4b41519dcb2b0f872 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期四, 01 九月 2022 08:49:54 +0800 Subject: [PATCH] 新增了出站汇报单显示流转卡信息 批量汇报功能 --- Model/Model.csproj | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/Model/Model.csproj b/Model/Model.csproj index 9d264c3..1eed0d9 100644 --- a/Model/Model.csproj +++ b/Model/Model.csproj @@ -90,6 +90,18 @@ <Compile Include="APS\ClsSourceICMOValues.cs" /> <Compile Include="APS\ClsSc_WorkBillMonthSortBillMain.cs" /> <Compile Include="APS\ClsSc_WorkBillMonthSortBillSub.cs" /> + <Compile Include="ClsHR_EmpFosterBillMain.cs" /> + <Compile Include="ClsHR_EmpFosterBillSub.cs" /> + <Compile Include="ClsHR_EmpUpChangeBillMain.cs" /> + <Compile Include="ClsHR_EmpUpChangeBillSub.cs" /> + <Compile Include="ClsPay_AbsentBillMain.cs" /> + <Compile Include="ClsPay_AbsentBillSub.cs" /> + <Compile Include="ClsPay_EarlyLateErrBillMain.cs" /> + <Compile Include="ClsPay_EarlyLateErrBillSub.cs" /> + <Compile Include="ClsPay_RewardPunishBillMain.cs" /> + <Compile Include="ClsPay_RewardPunishBillSub.cs" /> + <Compile Include="ClsPay_WorkErrTimesBillMain.cs" /> + <Compile Include="ClsPay_WorkErrTimesBillSub.cs" /> <Compile Include="ClsXt_PrintBill_Model.cs" /> <Compile Include="CRM\ClsCrm_ClueBillMain.cs" /> <Compile Include="CRM\ClsCrm_ClueBillSub.cs" /> @@ -320,6 +332,7 @@ <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_CusLevel_Model.cs" /> <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_CusStatus_Model.cs" /> <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_Dealer_Model.cs" /> + <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_FactoryDayOff_Model.cs" /> <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_DisposeWay_Model.cs" /> <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_DotCheck_Model.cs" /> <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_Dweller_Model.cs" /> -- Gitblit v1.9.1