wip
This commit is contained in:
@@ -10,5 +10,6 @@ public class OfferingSessionDto
|
||||
public decimal SystemTotal { get; set; }
|
||||
public decimal Difference { get; set; }
|
||||
public string? Notes { get; set; }
|
||||
public bool HasProof { get; set; }
|
||||
public List<OfferingGivingLineDto> Givings { get; set; } = [];
|
||||
}
|
||||
|
||||
@@ -10,4 +10,5 @@ public class OfferingSessionListItemDto
|
||||
public decimal SystemTotal { get; set; }
|
||||
public decimal Difference { get; set; }
|
||||
public int LineCount { get; set; }
|
||||
public bool HasProof { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user