เพิ่มฟิวตำแหน่งทางการบริหาร
This commit is contained in:
parent
4aabc4d136
commit
4d4306863d
1 changed files with 12 additions and 0 deletions
|
|
@ -64,6 +64,14 @@ export class DevelopmentHistory extends EntityBase {
|
|||
})
|
||||
position: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ชื่อตำแหน่งทางการบริหาร",
|
||||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
posExecutive: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
|
|
@ -149,6 +157,8 @@ export class CreateDevelopmentHistory {
|
|||
@Column()
|
||||
position: string | null;
|
||||
@Column()
|
||||
posExecutive: string | null;
|
||||
@Column()
|
||||
posLevelId: string | null;
|
||||
@Column()
|
||||
posTypeId: string | null;
|
||||
|
|
@ -174,6 +184,8 @@ export class UpdateDevelopmentHistory {
|
|||
@Column()
|
||||
position: string | null;
|
||||
@Column()
|
||||
posExecutive: string | null;
|
||||
@Column()
|
||||
posLevelId: string | null;
|
||||
@Column()
|
||||
posTypeId: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue