feat: add ShowDividend flag to CertificateReportData
This commit is contained in:
@@ -160,4 +160,5 @@ public class CertificateReportData
|
|||||||
public ScenarioAnalysis Scenario { get; set; } = new();
|
public ScenarioAnalysis Scenario { get; set; } = new();
|
||||||
public byte[]? ChartImage { get; set; }
|
public byte[]? ChartImage { get; set; }
|
||||||
public bool ShowBranding { get; set; } = false;
|
public bool ShowBranding { get; set; } = false;
|
||||||
|
public bool ShowDividend { get; set; } = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user