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
@@ -1870,7 +1870,8 @@ namespace YLErp.Modules.SwapModule
TradeNumber = td.TradeNumber,
StructureType = td.StructureType,
UnwindDate = td.UnWindDate,
TradeStatus = td.TradeStatus
TradeStatus = td.TradeStatus,
InitYtm = td.InitYtm
};
if (string.IsNullOrEmpty(req.sidx))
{