月报联调
This commit is contained in:
+3
-8
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user