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