update default "PENDING"

This commit is contained in:
Bright 2025-03-18 18:31:05 +07:00
parent 71897b5ec2
commit 29ed88b5a7
3 changed files with 27 additions and 5 deletions

View file

@ -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;

View file

@ -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;