Update
This commit is contained in:
@@ -10,5 +10,6 @@ public class OfferingEntrySummaryDto
|
||||
public string? Status { get; set; } // null when no session yet
|
||||
public decimal SystemTotal { get; set; }
|
||||
public int LineCount { get; set; }
|
||||
public bool HasProof { get; set; } // a merged paper-proof PDF is attached to this session
|
||||
public List<OfferingGivingLineDto> Lines { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user