upd pay_cutoff
This commit is contained in:
@ -159,6 +159,9 @@ export class HrmsEmployee {
|
||||
@Column({ type: "int", nullable: true })
|
||||
pay_date: number;
|
||||
|
||||
@Column({ type: "int", nullable: true })
|
||||
pay_cutoff_date: number;
|
||||
|
||||
@Column({ type: "int", nullable: true })
|
||||
working_day: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user