update
This commit is contained in:
@ -153,6 +153,12 @@ 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 })
|
||||
working_day: number;
|
||||
|
||||
@Column({ length: 64 })
|
||||
status: Status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user