เพิ่มฟิวเก็บลูกจ้าง

This commit is contained in:
Kittapath 2024-05-13 10:43:12 +07:00
parent 07e1d04def
commit 73cd6ba4eb
2 changed files with 24 additions and 0 deletions

View file

@ -8,6 +8,14 @@ import { ProfileDisciplineEmployee } from "./ProfileDisciplineEmployee";
@Entity("profileEmployee")
export class ProfileEmployee extends EntityBase {
@Column({
nullable: true,
comment: "ประเภทลูกจ้าง (perm->ลูกจ้างประจำ temp->ลูกจ้างชั่วคราว)",
length: 40,
default: null,
})
employeeClass: string;
@Column({
nullable: true,
comment: "ยศ",