add field commandType.isSalary

This commit is contained in:
Bright 2024-12-06 17:57:19 +07:00
parent 35fb72e45d
commit 59d0e30192
2 changed files with 20 additions and 0 deletions

View file

@ -80,6 +80,12 @@ export class CommandType extends EntityBase {
})
isAttachment: boolean;
@Column({
comment: "สถานะแก้ไขเงินเดือน",
default: true,
})
isSalary: boolean;
@Column({
nullable: true,
comment: "คำอธิบาย",