Merge branch 'main' of https://git.shiblysolution.id/TCEL-ANATL/entity
This commit is contained in:
@ -153,6 +153,12 @@ export class HrmsEmployee {
|
|||||||
@Column({ length: 256, nullable: true })
|
@Column({ length: 256, nullable: true })
|
||||||
pr_file_url: string;
|
pr_file_url: string;
|
||||||
|
|
||||||
|
@Column({ type: "date", nullable: true })
|
||||||
|
pay_date: Date;
|
||||||
|
|
||||||
|
@Column({ type: "int", nullable: true })
|
||||||
|
working_day: number;
|
||||||
|
|
||||||
@Column({ length: 64 })
|
@Column({ length: 64 })
|
||||||
status: Status;
|
status: Status;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user