add employeetitle

This commit is contained in:
Rizki
2025-12-04 11:32:46 +07:00
parent 164fbb6908
commit 827895b9f2

View File

@ -22,6 +22,9 @@ export class EarchiveApproval {
@Column({ name: 'employeename', nullable: true }) @Column({ name: 'employeename', nullable: true })
employeename: string; employeename: string;
@Column({ name: 'employeetitle', nullable: true })
employeetitle: string;
@Column({ name: 'uuidapproval', type: 'uuid', nullable: true }) @Column({ name: 'uuidapproval', type: 'uuid', nullable: true })
uuidapproval: string; uuidapproval: string;