update
This commit is contained in:
@ -153,8 +153,8 @@ 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 })
|
||||
pay_date: number;
|
||||
|
||||
@Column({ type: "int", nullable: true })
|
||||
working_day: number;
|
||||
|
||||
Reference in New Issue
Block a user