hrms employee add start date
This commit is contained in:
@ -153,6 +153,9 @@ export class HrmsEmployee {
|
|||||||
@Column({ length: 256, nullable: true })
|
@Column({ length: 256, nullable: true })
|
||||||
pr_file_url: string;
|
pr_file_url: string;
|
||||||
|
|
||||||
|
@Column({ type: "date", nullable: true })
|
||||||
|
start_date: Date;
|
||||||
|
|
||||||
@Column({ type: "int", nullable: true })
|
@Column({ type: "int", nullable: true })
|
||||||
pay_date: number;
|
pay_date: number;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user