调整二手房的逻辑

This commit is contained in:
2026-06-29 14:38:26 +08:00
parent 489e7de49c
commit 0f0d714911
9 changed files with 103 additions and 25 deletions

View File

@@ -4,6 +4,7 @@
<beans default-autowire="byName">
<bean id="assetsTenantConfigProvider" class="com.seeyon.apps.assetstenant.config.AssetsTenantConfigProvider" />
<bean id="assetsService" class="com.seeyon.apps.assetstenant.assets.AssetsService" />
<bean id="shAssetsService" class="com.seeyon.apps.assetstenant.assets.ShAssetsService" />
<bean id="billService" class="com.seeyon.apps.assetstenant.bill.BillService" />
<bean id="feeRecordService" class="com.seeyon.apps.assetstenant.bill.FeeRecordService" />
<bean id="waeBillService" class="com.seeyon.apps.assetstenant.bill.WaeBillService" />