upd pay_cutoff
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user