This commit is contained in:
2025-11-03 05:03:40 +07:00
parent 76bcd5aba1
commit 62d52d2fdc

View File

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