This commit is contained in:
Narul Hidayah
2026-01-05 17:34:44 +07:00
parent f7d8982bbf
commit ca8132e105

View File

@ -153,6 +153,12 @@ export class HrmsEmployee {
@Column({ length: 256, nullable: true })
pr_file_url: string;
@Column({ type: "date", nullable: true })
pay_date: Date;
@Column({ type: "int", nullable: true })
working_day: number;
@Column({ length: 64 })
status: Status;