feat: 新增成交收益率字段

This commit is contained in:
gongpei
2025-10-13 17:13:22 +08:00
parent a2962cfc4b
commit 7be89a8c1d
13 changed files with 70 additions and 56 deletions
@@ -489,6 +489,7 @@ namespace YLErp.Modules.SwapModule
ContractCode = tradeContract.ContractCode,
// FloatRateUnderlyingCode=posi.FloatRateUnderlyingCode,
StartDate = td.StartDate.Value,
InitYtm = td.InitYtm,
};
if (string.IsNullOrEmpty(req.sidx))
{