From 75949df1508a76b2739d5ee42bafc21e4627be3b Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期四, 22 九月 2022 15:40:01 +0800
Subject: [PATCH] 条码生成模块,外销机条码流水号由原5位改为4位

---
 Model/Model.csproj |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/Model/Model.csproj b/Model/Model.csproj
index 8894178..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" />

--
Gitblit v1.9.1