feat: 新增成交收益率字段
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user