新增利息端类型字段

This commit is contained in:
马冰冰
2026-07-23 16:59:58 +08:00
parent ef7fa7c6e5
commit ef179fc26c
5 changed files with 22 additions and 1 deletions
@@ -1377,6 +1377,7 @@ namespace YLErp.Modules.SwapModule
position.FloatRateUnderlyingCode = swap.FloatRateUnderlyingCode;
position.interest_rest_days = swap.interest_rest_days;
position.interest_rule = swap.interest_rule;
position.category_tag = string.IsNullOrEmpty(swap.category_tag) ? "互换利率" : swap.category_tag;
position.InitYtm = swap.InitYtm;
if (swap.InitYtm != null && swap.InitYtm > 0)
{