command add position

This commit is contained in:
kittapath 2025-01-24 17:52:24 +07:00
parent 388d6488f8
commit a462f2bddd
3 changed files with 83 additions and 23 deletions

View file

@ -36,6 +36,30 @@ export class CommandRecive extends EntityBase {
})
lastName: string;
@Column({
nullable: true,
comment: "ตำแหน่ง",
length: 255,
default: null,
})
position: string;
@Column({
nullable: true,
comment: "ประเภท",
length: 255,
default: null,
})
posType: string;
@Column({
nullable: true,
comment: "ระดับ",
length: 255,
default: null,
})
posLevel: string;
@Column({
nullable: true,
comment: "ลำดับแสดงผล",