report
This commit is contained in:
parent
fa83d942e8
commit
3f17faa338
13 changed files with 36 additions and 179 deletions
|
|
@ -370,6 +370,13 @@ export class SalaryProfileEmployee extends EntityBase {
|
|||
})
|
||||
duration: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ดีเด่น",
|
||||
default: null,
|
||||
})
|
||||
isGood: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "การลงโทษทางวินัย",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue