add field commandType.isSalary
This commit is contained in:
parent
35fb72e45d
commit
59d0e30192
2 changed files with 20 additions and 0 deletions
|
|
@ -80,6 +80,12 @@ export class CommandType extends EntityBase {
|
|||
})
|
||||
isAttachment: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะแก้ไขเงินเดือน",
|
||||
default: true,
|
||||
})
|
||||
isSalary: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "คำอธิบาย",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue