This commit is contained in:
fro1991
2025-10-24 00:35:55 +07:00
parent a6e9695bb6
commit c178eb1e4d

View File

@ -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,
}) })