From f087a50629e95666db2e0b0ba4373834e2b9593b Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期二, 16 七月 2024 14:43:07 +0800 Subject: [PATCH] update BasicCode --- jrj/ext-jrj/ext-jrj.vcxproj | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index c96b076..7461b2a 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -287,6 +287,42 @@ <ClCompile Include="..\project\business\AR\maint.SettlementExchange.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\BasicCode\AccountUnitMaint.cpp" /> + <ClCompile Include="..\project\business\BasicCode\AddUomGroup.cpp" /> + <ClCompile Include="..\project\business\BasicCode\basicfareTypeList.cpp" /> + <ClCompile Include="..\project\business\BasicCode\brand.regtype.cpp" /> + <ClCompile Include="..\project\business\BasicCode\BrandInforList.cpp" /> + <ClCompile Include="..\project\business\BasicCode\BrandInforMaint.cpp" /> + <ClCompile Include="..\project\business\BasicCode\CartermList.cpp" /> + <ClCompile Include="..\project\business\BasicCode\ColorCardNew.cpp" /> + <ClCompile Include="..\project\business\BasicCode\CustomerMarketList.cpp" /> + <ClCompile Include="..\project\business\BasicCode\CustomerMarketMaint.cpp" /> + <ClCompile Include="..\project\business\BasicCode\ExchangeRate.cpp" /> + <ClCompile Include="..\project\business\BasicCode\ExpressList.cpp" /> + <ClCompile Include="..\project\business\BasicCode\ExpressMaint.cpp" /> + <ClCompile Include="..\project\business\BasicCode\FCL.cpp" /> + <ClCompile Include="..\project\business\BasicCode\ForwarderList.cpp" /> + <ClCompile Include="..\project\business\BasicCode\ForwarderMaint.cpp" /> + <ClCompile Include="..\project\business\BasicCode\FreightExpenseType.cpp" /> + <ClCompile Include="..\project\business\BasicCode\PaymentTerm.list.cpp" /> + <ClCompile Include="..\project\business\BasicCode\PaymentTerm.maint.cpp" /> + <ClCompile Include="..\project\business\BasicCode\ProfitParam.cpp" /> + <ClCompile Include="..\project\business\BasicCode\QuickCode.cpp" /> + <ClCompile Include="..\project\business\BasicCode\QuickCode_Tree.cpp" /> + <ClCompile Include="..\project\business\BasicCode\SetUpRemarks.cpp" /> + <ClCompile Include="..\project\business\BasicCode\ShipcompanyList.cpp" /> + <ClCompile Include="..\project\business\BasicCode\ShipcompanyMaint.cpp" /> + <ClCompile Include="..\project\business\BasicCode\Simple.Menu.Config.cpp" /> + <ClCompile Include="..\project\business\BasicCode\SKUItem.categoryselect.cpp" /> + <ClCompile Include="..\project\business\BasicCode\SKUItem.cpp" /> + <ClCompile Include="..\project\business\BasicCode\SKUItem.select.cpp" /> + <ClCompile Include="..\project\business\BasicCode\SKUTemplate.cpp" /> + <ClCompile Include="..\project\business\BasicCode\SKUTemplate.select.cpp" /> + <ClCompile Include="..\project\business\BasicCode\SourceRemark.cpp" /> + <ClCompile Include="..\project\business\BasicCode\SpecialDeductFeeList.cpp" /> + <ClCompile Include="..\project\business\BasicCode\TestingCompanyList.cpp" /> + <ClCompile Include="..\project\business\BasicCode\TestingCompanyMaint.cpp" /> + <ClCompile Include="..\project\business\BasicCode\TypeList.maint.supplier.cpp" /> <ClCompile Include="..\project\business\Company\CompanyList.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> -- Gitblit v1.9.3