hrms employee add start date

This commit is contained in:
fro1991
2026-01-06 22:05:14 +07:00
parent f92ffd3116
commit 92863f2d65

View File

@ -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;