补充可配置过户费并纳入成交成本

This commit is contained in:
boris
2026-08-22 14:50:00 +08:00
parent b8776d7169
commit 375b8b2df1
8 changed files with 43 additions and 3 deletions
+2
View File
@@ -3749,6 +3749,7 @@ where
gross_amount,
commission: cost.commission,
stamp_tax: cost.stamp_tax,
transfer_fee: cost.transfer_fee,
net_cash_flow: net_cash,
reason: reason.to_string(),
});
@@ -5400,6 +5401,7 @@ where
gross_amount,
commission: cost.commission,
stamp_tax: cost.stamp_tax,
transfer_fee: cost.transfer_fee,
net_cash_flow: -cash_out,
reason: reason.to_string(),
});