emp1 4 5 6 7 12 13 15 16

This commit is contained in:
Kittapath 2024-03-21 16:34:30 +07:00
parent 3c00aa7ac2
commit 1fd8586c74
2 changed files with 184 additions and 224 deletions

View file

@ -97,6 +97,14 @@ export class SalaryProfileEmployee extends EntityBase {
})
posType: string;
@Column({
nullable: true,
comment: "ประเภทตำแหน่งย่อ",
length: 100,
default: null,
})
posTypeShort: string;
@Column({
nullable: true,
comment: "ระดับตำแหน่ง",