add employeetitle
This commit is contained in:
@ -23,6 +23,9 @@ export class EarchiveApproval {
|
||||
@Column({ name: 'employeename', nullable: true })
|
||||
employeename: string;
|
||||
|
||||
@Column({ name: 'employeetitle', nullable: true })
|
||||
employeetitle: string;
|
||||
|
||||
@Column({ name: 'uuidapproval', type: 'uuid', nullable: true })
|
||||
uuidapproval: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user