This commit is contained in:
Narul Hidayah
2026-01-06 18:29:42 +07:00
parent 6d8e57606a
commit 4c0da8d074

View File

@ -153,8 +153,8 @@ 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 }) @Column({ type: "int", nullable: true })
pay_date: Date; pay_date: number;
@Column({ type: "int", nullable: true }) @Column({ type: "int", nullable: true })
working_day: number; working_day: number;