This commit is contained in:
fro1991
2025-07-27 19:38:58 +07:00
parent a5a751dd64
commit 71417f369c

View File

@ -39,7 +39,7 @@ export class RemitTransaction {
@ManyToOne(() => RemitBeneficial, { onDelete: "NO ACTION", nullable: true })
@JoinColumn()
benefecial: RemitBeneficial;
beneficial: RemitBeneficial;
@ManyToOne(() => RemitBeneficiary, { onDelete: "NO ACTION" })
@JoinTable()