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/project/business/Expense/InsuranceExpense.cpp | 0 jrj/project/business/Expense/InsuranceExpenseBase.cpp | 0 jrj/ext-jrj/ext-jrj.vcxproj | 4 ++++ jrj/project/business/Expense/InsuranceExpenseEx.cpp | 0 jrj/project/business/Expense/CommodityInspectionExpense.cpp | 0 5 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"> diff --git a/jrj/project/business/Expense/CommodityInspectionExpense.cpp b/jrj/project/business/Expense/CommodityInspectionExpense.cpp new file mode 100644 index 0000000..01ed3b5 --- /dev/null +++ b/jrj/project/business/Expense/CommodityInspectionExpense.cpp Binary files differ diff --git a/jrj/project/business/Expense/InsuranceExpense.cpp b/jrj/project/business/Expense/InsuranceExpense.cpp new file mode 100644 index 0000000..545b85a --- /dev/null +++ b/jrj/project/business/Expense/InsuranceExpense.cpp Binary files differ diff --git a/jrj/project/business/Expense/InsuranceExpenseBase.cpp b/jrj/project/business/Expense/InsuranceExpenseBase.cpp new file mode 100644 index 0000000..4a66b0b --- /dev/null +++ b/jrj/project/business/Expense/InsuranceExpenseBase.cpp Binary files differ diff --git a/jrj/project/business/Expense/InsuranceExpenseEx.cpp b/jrj/project/business/Expense/InsuranceExpenseEx.cpp new file mode 100644 index 0000000..7e019c2 --- /dev/null +++ b/jrj/project/business/Expense/InsuranceExpenseEx.cpp Binary files differ -- Gitblit v1.9.3