migrate
This commit is contained in:
parent
442e75d4af
commit
71897b5ec2
3 changed files with 57 additions and 0 deletions
|
|
@ -217,6 +217,20 @@ export class SalaryProfileEmployee extends EntityBase {
|
|||
})
|
||||
status: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะออกคำสั่ง36",
|
||||
length: 20,
|
||||
default: null,
|
||||
})
|
||||
status36: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะออกคำสั่ง37",
|
||||
length: 20,
|
||||
default: null,
|
||||
})
|
||||
status37: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "id revision",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue