251125:1200 6B

This commit is contained in:
admin
2025-11-25 21:15:02 +07:00
parent 582ecb5741
commit 5ede126cb8
12 changed files with 294 additions and 224 deletions

View File

@@ -16,4 +16,4 @@ export class CorrespondenceReference {
@ManyToOne(() => Correspondence, { onDelete: 'CASCADE' })
@JoinColumn({ name: 'tgt_correspondence_id' })
target?: Correspondence;
}
}