feat(ocr) - icn added,

This commit is contained in:
2025-09-05 01:05:13 +05:30
parent 85faef576e
commit 2652cc71a1
5 changed files with 21 additions and 6 deletions

View File

@@ -217,6 +217,7 @@ model Payment {
totalDue Decimal @db.Decimal(10, 2)
status PaymentStatus @default(PENDING)
notes String?
icn String?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt