月报联调

This commit is contained in:
吴方海
2025-09-09 16:00:56 +08:00
parent f3df6448fb
commit ffd547efcd
5 changed files with 8 additions and 17 deletions
@@ -37,7 +37,7 @@ namespace YLErp.Modules.SuperviseReportModule.ExtendReport.ZheShang
/// <summary>
/// 名义本金/多头名义本金 (元)
/// </summary>
public decimal NotionalPrincipalAmountL { get; set; }
public decimal? NotionalPrincipalAmountL { get; set; }
/// <summary>
/// 空头名义本金(元) (多空组合填写)
@@ -107,17 +107,12 @@ namespace YLErp.Modules.SuperviseReportModule.ExtendReport.ZheShang
/// <summary>
/// 多头合约价值(元)
/// </summary>
public decimal LongPositionContractValue { get; set; }
public decimal? LongPositionContractValue { get; set; }
/// <summary>
/// 空头合约价值(元)
/// </summary>
public decimal ShortPositionContractValue { get; set; }
}
public class SwapTradeMothReportModelListRequest
{
public string YearMonth { get; set; }
public decimal? ShortPositionContractValue { get; set; }
}
public class SwapTradeMothReportModelListReponse : ApiResponse
{