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 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 974209d..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"> @@ -562,6 +566,7 @@ <ClCompile Include="..\project\business\Expense\maint.Document.ExportCredit.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\maint.Document.MouldFeeBase.cpp" /> <ClCompile Include="..\project\business\Expense\maint.Document.SampleRequestForm.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -578,6 +583,8 @@ <ClCompile Include="..\project\business\Expense\MouldFee.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\MouldFeeBase.cpp" /> + <ClCompile Include="..\project\business\Expense\MouldFeeEx.cpp" /> <ClCompile Include="..\project\business\Expense\PaperCardCheck.cpp" /> <ClCompile Include="..\project\business\Expense\PaperCardReconciliation.cpp" /> <ClCompile Include="..\project\business\Expense\PaperCardReconciliationEx.cpp"> -- Gitblit v1.9.3