From 86996f38d6dc5bb6a049f3ab6aa492bd22f7dde0 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 05 九月 2024 15:03:14 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- 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 d441f91..3e3dcac 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -550,6 +550,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> @@ -575,6 +576,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"> @@ -583,6 +587,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> @@ -599,6 +604,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