update
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user