emp1 4 5 6 7 12 13 15 16
This commit is contained in:
parent
3c00aa7ac2
commit
1fd8586c74
2 changed files with 184 additions and 224 deletions
|
|
@ -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: "ระดับตำแหน่ง",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue