update default "PENDING"
This commit is contained in:
parent
71897b5ec2
commit
29ed88b5a7
3 changed files with 27 additions and 5 deletions
|
|
@ -168,21 +168,21 @@ export class SalaryProfile extends EntityBase {
|
|||
@Column({
|
||||
comment: "สถานะออกคำสั่ง33",
|
||||
length: 20,
|
||||
default: null,
|
||||
default: "PENDING",
|
||||
})
|
||||
status33: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะออกคำสั่ง34",
|
||||
length: 20,
|
||||
default: null,
|
||||
default: "PENDING",
|
||||
})
|
||||
status34: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะออกคำสั่ง35",
|
||||
length: 20,
|
||||
default: null,
|
||||
default: "PENDING",
|
||||
})
|
||||
status35: string;
|
||||
|
||||
|
|
|
|||
|
|
@ -220,14 +220,14 @@ export class SalaryProfileEmployee extends EntityBase {
|
|||
@Column({
|
||||
comment: "สถานะออกคำสั่ง36",
|
||||
length: 20,
|
||||
default: null,
|
||||
default: "PENDING",
|
||||
})
|
||||
status36: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะออกคำสั่ง37",
|
||||
length: 20,
|
||||
default: null,
|
||||
default: "PENDING",
|
||||
})
|
||||
status37: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue