This commit is contained in:
fro1991
2025-10-29 22:31:33 +07:00
parent 50955ec806
commit 7d3122e129

View File

@ -121,6 +121,15 @@ export class TrxTransaction {
})
settlement_file: string;
@Column({
nullable: true,
length: 256,
})
mt103_file: string;
@Column({ nullable: true, length: 256 })
teller_reference_number: string;
@Column({ nullable: true, length: 256 })
settlemented_by: string;