fixing entity earchive receiver

This commit is contained in:
2025-11-03 15:16:21 +07:00
parent 85d2b203f3
commit bc13cbd7f7

View File

@ -21,7 +21,7 @@ export class EarchiveReceiver {
@Column({ name: 'uuidreceiver', type: 'uuid', nullable: true }) @Column({ name: 'uuidreceiver', type: 'uuid', nullable: true })
uuidreceiver: string; uuidreceiver: string;
@Column({ name: 'namereceiver', type: 'uuid', nullable: true }) @Column({ name: 'namereceiver', nullable: true })
namereceiver: string; namereceiver: string;
@Column() @Column()