no message
This commit is contained in:
parent
6c67e490ae
commit
c5e0fcc4f7
4 changed files with 54 additions and 1 deletions
|
|
@ -137,6 +137,13 @@ export class HR_POSITION_OFFICER {
|
|||
})
|
||||
DEPARTMENT_NAME: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "text",
|
||||
default: null,
|
||||
})
|
||||
DEPARTMENT_CODE: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue