This commit is contained in:
fro1991
2025-01-28 13:15:13 +07:00
parent 9e08c2e6d5
commit 570eb646a2

View File

@ -67,7 +67,7 @@ export class CreditApplication {
nullable: true, nullable: true,
length: 1024 length: 1024
}) })
approved_by: string; finalize_by: string;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()