wip
This commit is contained in:
@@ -12,6 +12,7 @@ public class OfferingSession : AuditableEntity
|
||||
public decimal SystemTotal { get; set; }
|
||||
public decimal Difference { get; set; }
|
||||
public string? Notes { get; set; }
|
||||
public string? ProofPdfPath { get; set; } // merged paper-proof PDF (relative storage path)
|
||||
public DateTimeOffset? SubmittedAt { get; set; }
|
||||
public string? SubmittedBy { get; set; }
|
||||
public DateTimeOffset? ReconciledAt { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user