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