## Deskripsi:
- Cek notif
## No Issue
This commit is contained in:
2024-08-26 17:18:09 +08:00
parent a6bb993b0d
commit 916c5c7d85
183 changed files with 720 additions and 584 deletions

View File

@@ -186,9 +186,10 @@ model MasterStatus {
model MasterBank {
id String @id @default(cuid())
name String
namaBank String
namaAkun String
norek String
active Boolean @default(true)
isActive Boolean @default(true)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
Investasi_Invoice Investasi_Invoice[]
@@ -385,7 +386,7 @@ model Investasi_Invoice {
model InvestasiMaster_StatusInvoice {
id String @id @default(cuid())
name String
active Boolean @default(true)
isActive Boolean @default(true)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt