This commit is contained in:
wayanrivan
2026-04-09 11:41:16 +07:00
parent ed34f884a3
commit a960763b4d

View File

@ -62,6 +62,12 @@ export class PaymentReceived {
}) })
total_amount: number; total_amount: number;
@Column({
nullable: true,
type: 'bigint'
})
payment: number;
@Column({ nullable: true, type: "text" }) @Column({ nullable: true, type: "text" })
status: string; status: string;