upd pay_cutoff

This commit is contained in:
Narul Hidayah
2026-01-13 15:09:35 +07:00
parent d1a3d3589e
commit 290392b78b

View File

@ -159,6 +159,9 @@ export class HrmsEmployee {
@Column({ type: "int", nullable: true }) @Column({ type: "int", nullable: true })
pay_date: number; pay_date: number;
@Column({ type: "int", nullable: true })
pay_cutoff_date: number;
@Column({ type: "int", nullable: true }) @Column({ type: "int", nullable: true })
working_day: number; working_day: number;