add nik,employee approval
This commit is contained in:
@ -14,6 +14,12 @@ export class EarchiveApproval {
|
||||
@JoinColumn({ name: 'docid' })
|
||||
doc: EarchiveDoc;
|
||||
|
||||
@Column({ name: 'nik', nullable: true })
|
||||
nik: string;
|
||||
|
||||
@Column({ name: 'employeename', nullable: true })
|
||||
employeename: string;
|
||||
|
||||
@Column({ name: 'uuidapproval', type: 'uuid', nullable: true })
|
||||
uuidapproval: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user