This commit is contained in:
fro1991
2025-01-18 01:49:51 +07:00
parent e0315a8809
commit 61a862fc61

View File

@ -115,6 +115,12 @@ export class CreditDebtor {
}) })
photo: string; photo: string;
@Column({
nullable: true,
length: 64
})
photo_status: CreditApplicationFileStatus;
@Column({ @Column({
nullable: true, nullable: true,
length: 4096 length: 4096