update
This commit is contained in:
@ -35,6 +35,11 @@ export class TrxTransactionAml {
|
|||||||
})
|
})
|
||||||
sender_identity_number: string;
|
sender_identity_number: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
length: 256,
|
||||||
|
})
|
||||||
|
sender_occupation: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
length: 256,
|
length: 256,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user