From b1ab7206131f418dc66dac246e17899c7bea2c2a Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期四, 05 九月 2024 14:19:52 +0800
Subject: [PATCH] update InsuranceExpense

---
 jrj/ext-jrj/ext-jrj.vcxproj |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj
index 0bf12d3..509af45 100644
--- a/jrj/ext-jrj/ext-jrj.vcxproj
+++ b/jrj/ext-jrj/ext-jrj.vcxproj
@@ -529,6 +529,7 @@
     <ClCompile Include="..\project\business\Expense\CommissionExpenseItem.cpp">
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
     </ClCompile>
+    <ClCompile Include="..\project\business\Expense\CommodityInspectionExpense.cpp" />
     <ClCompile Include="..\project\business\Expense\Drawback.cpp">
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
     </ClCompile>
@@ -554,6 +555,9 @@
     </ClCompile>
     <ClCompile Include="..\project\business\Expense\FreightExpenseList.cpp" />
     <ClCompile Include="..\project\business\Expense\GdnSourceSplit.cpp" />
+    <ClCompile Include="..\project\business\Expense\InsuranceExpense.cpp" />
+    <ClCompile Include="..\project\business\Expense\InsuranceExpenseBase.cpp" />
+    <ClCompile Include="..\project\business\Expense\InsuranceExpenseEx.cpp" />
     <ClCompile Include="..\project\business\Expense\list.expense.ap.cpp" />
     <ClCompile Include="..\project\business\Expense\list.manage.ap.cpp" />
     <ClCompile Include="..\project\business\Expense\maint.basicfare.cpp">

--
Gitblit v1.9.3